Skip to content

Commit f1a6904

Browse files
scala-stewardmichaelmior
authored andcommitted
Update sbt-scalafmt to 2.5.6
Signed-off-by: Scala Steward <scala_steward@virtuslab.com>
1 parent f49ce5f commit f1a6904

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
@@ -9,7 +9,7 @@ addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.3.1")
99
addSbtPlugin("com.github.sbt" % "sbt-site" % "1.7.0")
1010
addSbtPlugin("io.kevinlee" % "sbt-github-pages" % "0.16.0")
1111
addSbtPlugin("nl.gn0s1s" % "sbt-dotenv" % "3.2.0")
12-
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.5")
12+
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.6")
1313
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.3.1")
1414
addSbtPlugin("org.wartremover" % "sbt-wartremover" % "3.3.2")
1515
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.12.2")

0 commit comments

Comments
 (0)