Skip to content

Commit 7f7df34

Browse files
committed
Update sbt-scalafmt to 2.5.2
1 parent 59f3385 commit 7f7df34

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
@@ -10,7 +10,7 @@ libraryDependencies += "org.scala-sbt" %% "scripted-plugin" % sbtVersion.value
1010
libraryDependencies += "jline" % "jline" % "2.11"
1111

1212
// For code formatting
13-
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.2")
13+
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")
1414

1515
// binary compatibility checks
1616
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "0.9.2")

0 commit comments

Comments
 (0)