aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorScala Steward2021-11-20 08:47:23 +0100
committerGitHub2021-11-20 07:47:23 +0000
commit808eca20fd401a305965b2edb28660a300f7081d (patch)
treefff0956c6b667099c2d9ea543660614974f1dda7
parentcfd1cf76c784184b98d5b8a71fb7cee62d586ce9 (diff)
Update sbt-scalafmt to 2.4.4 (#2417)
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 9c021b63..9bd4359a 100644
--- a/project/plugins.sbt
+++ b/project/plugins.sbt
@@ -24,7 +24,7 @@ addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.9.32")
addSbtPlugin("com.thoughtworks.sbt-api-mappings" % "sbt-api-mappings" % "3.0.0")
-addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.3")
+addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.4")
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "0.9.2")