diff options
| author | Jiuyang Liu | 2021-06-04 19:27:17 +0800 |
|---|---|---|
| committer | GitHub | 2021-06-04 19:27:17 +0800 |
| commit | 7968d0138c0c6bec10e979a4a162bd6736ecabaf (patch) | |
| tree | b6a91c65d3221ccc048a4780a2b41eb1516e39df /project/plugins.sbt | |
| parent | 62fdb87e0897e582bbbec1e29ee4598f40343d09 (diff) | |
| parent | d2ca2781db21797d8508a423da56ad5a945f0aa7 (diff) | |
Merge pull request #2257 from scala-steward/update/sbt-scalafix-0.9.29
Update sbt-scalafix to 0.9.29
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 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") |
