aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorScala Steward2021-07-09 02:45:46 +0200
committerScala Steward2021-07-09 02:45:46 +0200
commitcebcd0239d89700e895e446dd177771228f48df2 (patch)
treea76e9387f7e060ed78c633a9f7ebc0ef3e757e1c
parent61b51e29bd6e119a6bad815c17ab11211e50635a (diff)
Update sbt-scalafmt to 2.4.3
-rw-r--r--project/plugins.sbt2
1 files changed, 1 insertions, 1 deletions
diff --git a/project/plugins.sbt b/project/plugins.sbt
index 05fcfdfc..e81ce139 100644
--- a/project/plugins.sbt
+++ b/project/plugins.sbt
@@ -22,7 +22,7 @@ addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.9.29")
addSbtPlugin("com.thoughtworks.sbt-api-mappings" % "sbt-api-mappings" % "3.0.0")
-addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.2")
+addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.3")
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "0.9.2")