aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorScala Steward2022-04-20 07:57:48 +0200
committerGitHub2022-04-20 05:57:48 +0000
commit9c1d139470605059124178f40502cbb84383ff6f (patch)
tree98ddd97e2979ade5aa3fefb818c0af89c7f50377
parent55afb234f581b0b5edd1d764a3ed36d500d0558d (diff)
Update sbt-scalafix to 0.9.34 (#2456)
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
-rw-r--r--project/plugins.sbt2
1 files changed, 1 insertions, 1 deletions
diff --git a/project/plugins.sbt b/project/plugins.sbt
index a5b1ad41..5d1f88c4 100644
--- a/project/plugins.sbt
+++ b/project/plugins.sbt
@@ -20,7 +20,7 @@ addSbtPlugin("com.simplytyped" % "sbt-antlr4" % "0.8.2")
addSbtPlugin("com.github.sbt" % "sbt-protobuf" % "0.7.1")
-addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.9.33")
+addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.9.34")
addSbtPlugin("com.thoughtworks.sbt-api-mappings" % "sbt-api-mappings" % "3.0.2")