Skip to content

Commit

Permalink
Update sbt-scalafmt to 2.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored and Javakky-pxv committed Aug 31, 2023
1 parent d75806e commit f442229
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion example/project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// The Play plugin
addSbtPlugin("com.typesafe.play" %% "sbt-plugin" % "2.8.0")

addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.0")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.1")

addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.11.0")

Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ addSbtPlugin("org.scoverage" % "sbt-coveralls" % "1.3.11")

addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.11.0")

addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.0")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.1")

addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.11.0")

Expand Down

0 comments on commit f442229

Please sign in to comment.