Skip to content

Commit a9d1cf1

Browse files
Update sbt-scalafmt to 2.5.5 (#1712)
Co-authored-by: Muki Seiler <muuki88@users.noreply.github.com>
1 parent aa7a01d commit a9d1cf1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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.14.6"
1111

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

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

0 commit comments

Comments
 (0)