Skip to content

Commit aaa284e

Browse files
committed
Update sbt-scalafmt to 2.5.4
1 parent e1c5d23 commit aaa284e

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
@@ -3,7 +3,7 @@
33
addSbtPlugin("io.spray" % "sbt-revolver" % "0.10.0")
44

55
// scalafmt - Format source files
6-
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")
6+
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.4")
77

88
// scalafix - Rules for code format: organize imports
99
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.13.0")

0 commit comments

Comments
 (0)