aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJiuyang Liu2021-05-28 00:39:42 +0800
committerGitHub2021-05-28 00:39:42 +0800
commitd358e939c9040b60df24a9da805cf8f3a0b1659c (patch)
tree93f36a8534553a16a8a96e72e6fbbcf78ae62fe1
parent2014fccab2e878c3a0dbd6d0dd1a2affa359798e (diff)
parent82764bbd498ef116614ff8f84a5842b6aee2f6b1 (diff)
Merge pull request #2239 from scala-steward/update/sbt-scalafix-0.9.28
Update sbt-scalafix to 0.9.28
-rw-r--r--project/plugins.sbt2
1 files changed, 1 insertions, 1 deletions
diff --git a/project/plugins.sbt b/project/plugins.sbt
index b934fd06..ac0e6d61 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.27")
+addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.9.28")
addSbtPlugin("com.thoughtworks.sbt-api-mappings" % "sbt-api-mappings" % "3.0.0")