Skip to content

Commit 101597d

Browse files
Update sbt-scalafmt to 2.6.0 (#1753)
Co-authored-by: Muki Seiler <muuki88@users.noreply.github.com>
1 parent 6d9173c commit 101597d

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.6")
13+
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.6.0")
1414

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

0 commit comments

Comments
 (0)