Skip to content

Commit

Permalink
Merge pull request #514 from scala-steward/update/sbt-scalafmt-2.5.0
Browse files Browse the repository at this point in the history
Update sbt-scalafmt to 2.5.0
  • Loading branch information
Javakky-pxv authored Dec 10, 2022
2 parents 715e169 + 08d5208 commit 9549aee
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.4.6")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.0")

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

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.3")

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

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

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

Expand Down

0 comments on commit 9549aee

Please sign in to comment.