aboutsummaryrefslogtreecommitdiff
path: root/project
diff options
context:
space:
mode:
authorScala Steward2021-06-04 12:30:39 +0200
committerScala Steward2021-06-04 12:30:39 +0200
commitd2ca2781db21797d8508a423da56ad5a945f0aa7 (patch)
treeb6a91c65d3221ccc048a4780a2b41eb1516e39df /project
parent62fdb87e0897e582bbbec1e29ee4598f40343d09 (diff)
Update sbt-scalafix to 0.9.29
Diffstat (limited to 'project')
-rw-r--r--project/plugins.sbt2
1 files changed, 1 insertions, 1 deletions
diff --git a/project/plugins.sbt b/project/plugins.sbt
index 2f47719a..0d3a3915 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.28")
+addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.9.29")
addSbtPlugin("com.thoughtworks.sbt-api-mappings" % "sbt-api-mappings" % "3.0.0")