Skip to content

Commit 2110268

Browse files
Update sbt-scalafmt to 2.6.1 (#1757)
1 parent 614633c commit 2110268

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

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

0 commit comments

Comments
 (0)