Skip to content

Commit

Permalink
Merge pull request #557 from scala-steward/update/sbt-scalafmt-2.4.0
Browse files Browse the repository at this point in the history
Update sbt-scalafmt to 2.4.0
  • Loading branch information
mergify[bot] authored May 26, 2020
2 parents 7eb0432 + 24af85c commit 0be50c8
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.8.2"))
addSbtPlugin("com.typesafe.play" % "interplay" % sys.props.get("interplay.version").getOrElse("3.0.0"))

addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.3.4")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.0")
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "0.7.0")

addSbtPlugin("com.dwijnand" % "sbt-dynver" % "4.0.0")

0 comments on commit 0be50c8

Please sign in to comment.