Skip to content

Commit 364ce3b

Browse files
committed
Update sbt-scalafmt to 2.5.6
1 parent 918a396 commit 364ce3b

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
@@ -4,7 +4,7 @@ addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.3.1")
44
//addSbtPlugin("com.github.sbt" % "sbt-jacoco" % "3.3.0")
55
addSbtPlugin("org.xerial.sbt" % "sbt-jcheckstyle" % "0.2.1")
66
addSbtPlugin("com.github.sbt" % "sbt-osgi" % "0.10.0")
7-
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.5")
7+
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.6")
88
addSbtPlugin("com.github.sbt" % "sbt-dynver" % "5.1.1")
99

1010
scalacOptions ++= Seq("-deprecation", "-feature")

0 commit comments

Comments
 (0)