summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorScala Steward2021-06-04 14:19:26 +0200
committerGitHub2021-06-04 12:19:26 +0000
commit81bc972bf3202577b6534b82d96b75f7abfbab5e (patch)
tree6c20700923acb446389148649706f26e5d3e5814
parent682c73d0021c07c62aa4daf6548088e136490204 (diff)
Update sbt-scalafix to 0.9.29 (#1948)
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 27eb7c05..ac844474 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.28")
+addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.9.29")