Skip to content

Commit

Permalink
Update sbt-scalafmt to 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored and raboof committed May 26, 2020
1 parent b9acf9d commit 24af85c
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 24af85c

Please sign in to comment.