summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJiuyang Liu2021-08-17 01:44:24 +0800
committerGitHub2021-08-17 01:44:24 +0800
commitb6929c9ad438db26055707b8ec5c66e4f70a22b8 (patch)
treeacafb4d6d01c0ecdd0ee50bbc7e2d7bea344e6bf
parent1ceb974c55c6785c21ab3934fa750ade0702e276 (diff)
parentd3f10eddd25a9b1b211464a43635683c783e4bbe (diff)
Merge pull request #2072 from scala-steward/update/sbt-scalafix-0.9.30
Update sbt-scalafix to 0.9.30
-rw-r--r--project/plugins.sbt2
1 files changed, 1 insertions, 1 deletions
diff --git a/project/plugins.sbt b/project/plugins.sbt
index 1eca3137..b534ec90 100644
--- a/project/plugins.sbt
+++ b/project/plugins.sbt
@@ -25,4 +25,4 @@ addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "0.9.2")
addSbtPlugin("com.geirsson" % "sbt-ci-release" % "1.5.7")
// From FIRRTL for building from source
-addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.9.29")
+addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.9.30")