Skip to content

Commit f480b7b

Browse files
Update sbt-scalafmt to 2.5.4 (#869)
1 parent 91bc7f2 commit f480b7b

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
@@ -5,7 +5,7 @@ addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.3.1")
55
//addSbtPlugin("com.github.sbt" % "sbt-jacoco" % "3.3.0")
66
addSbtPlugin("org.xerial.sbt" % "sbt-jcheckstyle" % "0.2.1")
77
addSbtPlugin("com.github.sbt" % "sbt-osgi" % "0.10.0")
8-
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")
8+
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.4")
99
addSbtPlugin("com.github.sbt" % "sbt-dynver" % "5.1.0")
1010

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

0 commit comments

Comments
 (0)