diff options
| author | Scala Steward | 2021-06-04 12:30:39 +0200 |
|---|---|---|
| committer | Scala Steward | 2021-06-04 12:30:39 +0200 |
| commit | d2ca2781db21797d8508a423da56ad5a945f0aa7 (patch) | |
| tree | b6a91c65d3221ccc048a4780a2b41eb1516e39df | |
| parent | 62fdb87e0897e582bbbec1e29ee4598f40343d09 (diff) | |
Update sbt-scalafix to 0.9.29
| -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 2f47719a..0d3a3915 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -18,7 +18,7 @@ addSbtPlugin("com.simplytyped" % "sbt-antlr4" % "0.8.2") addSbtPlugin("com.github.sbt" % "sbt-protobuf" % "0.7.0") -addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.9.28") +addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.9.29") addSbtPlugin("com.thoughtworks.sbt-api-mappings" % "sbt-api-mappings" % "3.0.0") |
