Skip to content

Commit

Permalink
Merge pull request #441 from scala-steward/update/sbt-scalafmt-2.5.2
Browse files Browse the repository at this point in the history
sbt-scalafmt 2.5.2 (was 2.5.0)
  • Loading branch information
mkurz authored Sep 13, 2023
2 parents 15ffedc + 416dfdd commit 69a11b9
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 @@ -9,6 +9,6 @@ addSbtPlugin("com.typesafe.play" % "interplay" % sys.props.getOrElse(
addSbtPlugin("com.typesafe.play" % "sbt-plugin" % sys.props.getOrElse("play.version", "2.9.0-M7"))
addSbtPlugin("com.typesafe.play" % "play-docs-sbt-plugin" % sys.props.getOrElse("play.version", "2.9.0-M7"))

addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.0")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.3")
addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.10.0")

0 comments on commit 69a11b9

Please sign in to comment.