Skip to content

Commit c9e01b4

Browse files
authored
Merge pull request playframework#1093 from scala-steward/update/5.4.x/sbt-scalafmt-2.6.0
[5.4.x] sbt-scalafmt 2.6.0 (was 2.5.6)
2 parents eff0eb6 + 8102562 commit c9e01b4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ resolvers ++= Seq(
66
addSbtPlugin("com.typesafe.play" % "sbt-plugin" % sys.props.getOrElse("play.version", "2.9.10"))
77
addSbtPlugin("com.typesafe.play" % "play-docs-sbt-plugin" % sys.props.getOrElse("play.version", "2.9.10"))
88

9-
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.6")
9+
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.6.0")
1010
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.5")
1111

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

0 commit comments

Comments
 (0)