Skip to content

Commit

Permalink
Merge pull request #769 from scala-steward/update/sbt-scalafmt-2.5.1
Browse files Browse the repository at this point in the history
Update sbt-scalafmt to 2.5.1
  • Loading branch information
mkurz authored Sep 11, 2023
2 parents 8e1e55b + d1e0e65 commit 3d76472
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ addSbtPlugin("com.typesafe.play" % "sbt-plugin" % sys.props.getOrElse(
addSbtPlugin("com.typesafe.play" % "play-docs-sbt-plugin" % sys.props.getOrElse("play.version", "2.9.0-M7"))
addSbtPlugin("com.typesafe.play" % "interplay" % sys.props.get("interplay.version").getOrElse("3.1.3"))

addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.0")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.1")
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.3")

addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.12")

0 comments on commit 3d76472

Please sign in to comment.