aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorScala Steward2021-12-04 20:27:27 +0100
committerGitHub2021-12-05 03:27:27 +0800
commit4347f57b7ef201251fb2cd463124f2d7cea369f8 (patch)
tree7691567a52cb60bc26ad76d6a41ff9162bd28fc7
parentb14ed79d416883eb858a191e29326ec08c040a2d (diff)
Update sbt-scalafmt to 2.4.5 (#2433)
-rw-r--r--project/plugins.sbt2
1 files changed, 1 insertions, 1 deletions
diff --git a/project/plugins.sbt b/project/plugins.sbt
index cf531393..6ebd8b84 100644
--- a/project/plugins.sbt
+++ b/project/plugins.sbt
@@ -24,7 +24,7 @@ addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.9.33")
addSbtPlugin("com.thoughtworks.sbt-api-mappings" % "sbt-api-mappings" % "3.0.0")
-addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.4")
+addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.5")
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.0.1")