diff options
| author | Scala Steward | 2021-04-29 07:22:44 +0200 |
|---|---|---|
| committer | GitHub | 2021-04-29 05:22:44 +0000 |
| commit | 45960e956194fdb91aeb75cfb61846ddab08e997 (patch) | |
| tree | 5d2f1641d7d65c6f981db2f9004d4f2466eff07b /project/plugins.sbt | |
| parent | 8be86e461b9d9a6198c8153b3badda568af8be61 (diff) | |
Update sbt-scalafix to 0.9.27 (#1842)
Co-authored-by: Jiuyang Liu <liu@jiuyang.me>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Diffstat (limited to 'project/plugins.sbt')
| -rw-r--r-- | project/plugins.sbt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/project/plugins.sbt b/project/plugins.sbt index 4ecf2ba4..d6f8fae0 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -25,4 +25,4 @@ addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "0.8.1") addSbtPlugin("com.geirsson" % "sbt-ci-release" % "1.5.5") // From FIRRTL for building from source -addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.9.19") +addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.9.27") |
