diff options
| author | Scala Steward | 2022-04-21 23:14:11 +0200 |
|---|---|---|
| committer | GitHub | 2022-04-21 21:14:11 +0000 |
| commit | 410f030dc98177ffe54632c1e25fca873b7b1faf (patch) | |
| tree | 0d63564dc59d1392e2f97297f7b942500f5aa36e /project/plugins.sbt | |
| parent | f31416a8b7122ab29b3243c5d35670030e244455 (diff) | |
Update sbt-scalafix to 0.10.0 (#2517)
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 5d1f88c4..81a83e11 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -20,7 +20,7 @@ addSbtPlugin("com.simplytyped" % "sbt-antlr4" % "0.8.2") addSbtPlugin("com.github.sbt" % "sbt-protobuf" % "0.7.1") -addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.9.34") +addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.10.0") addSbtPlugin("com.thoughtworks.sbt-api-mappings" % "sbt-api-mappings" % "3.0.2") |
