summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJiuyang Liu2021-11-14 04:20:38 +0800
committerGitHub2021-11-14 04:20:38 +0800
commit64ad1c06b588ba75839e2629fbf889d7b8604953 (patch)
tree6cb266ffb2ea32badf0a3e01a016481b8475a59f
parent921a5859cb5f450851025e5dcbd10d68629ea5c9 (diff)
parent8becf75ebab6b8956ef701a652ee636603727dec (diff)
Merge pull request #2244 from scala-steward/update/sbt-scalafix-0.9.32
Update sbt-scalafix to 0.9.32
-rw-r--r--project/plugins.sbt2
1 files changed, 1 insertions, 1 deletions
diff --git a/project/plugins.sbt b/project/plugins.sbt
index d0b2f953..7921bef1 100644
--- a/project/plugins.sbt
+++ b/project/plugins.sbt
@@ -25,4 +25,4 @@ addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.0.1")
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.10")
// From FIRRTL for building from source
-addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.9.31")
+addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.9.32")