Skip to content

Commit 0094509

Browse files
Update sbt-scalafmt to 2.5.6 (#866)
Co-authored-by: scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com>
1 parent 2eba946 commit 0094509

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ resolvers += Classpaths.sbtPluginReleases
1111

1212
addSbtPlugin("com.github.sbt" % "sbt-multi-jvm" % "0.6.0")
1313
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.4")
14-
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.5")
14+
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.6")
1515
addSbtPlugin("com.github.sbt" % "sbt-dynver" % "5.1.1")
1616
addSbtPlugin("com.github.sbt" % "sbt-unidoc" % "0.6.0")
1717
addSbtPlugin("com.thoughtworks.sbt-api-mappings" % "sbt-api-mappings" % "3.0.2")

0 commit comments

Comments
 (0)