diff options
| author | Scala Steward | 2021-04-28 20:38:52 +0200 |
|---|---|---|
| committer | GitHub | 2021-04-28 18:38:52 +0000 |
| commit | 03f717136a2adf9434e733e9185a30ea76a8295e (patch) | |
| tree | 7430fd29bd1cab3fa738726ff4b589f0c93d8c76 | |
| parent | 326dfa7314cd5184167f0d664de246ee749decab (diff) | |
Update sbt-scalafix to 0.9.27 (#2161)
Co-authored-by: Jiuyang Liu <liu@jiuyang.me>
| -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 bc09f780..dcc1fb99 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -18,7 +18,7 @@ addSbtPlugin("com.simplytyped" % "sbt-antlr4" % "0.8.2") addSbtPlugin("com.github.gseitz" % "sbt-protobuf" % "0.6.5") -addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.9.25") +addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.9.27") addSbtPlugin("com.thoughtworks.sbt-api-mappings" % "sbt-api-mappings" % "3.0.0") |
