Skip to content

Commit c21e5e6

Browse files
scala-stewardckipp01
authored andcommitted
Update sbt-scalafmt to 2.5.0
1 parent bd7feac commit c21e5e6

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
@@ -1,5 +1,5 @@
11
libraryDependencies += "org.scala-sbt" %% "scripted-plugin" % sbtVersion.value
22
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.11")
33
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.11.0")
4-
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.6")
4+
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.0")
55
addSbtPlugin("com.scalawilliam.esbeetee" % "sbt-vspp" % "0.4.11")

0 commit comments

Comments
 (0)