Skip to content

Commit a52e647

Browse files
authored
Merge pull request #851 from scala-steward/update/0.11.x/sbt-java-formatter-0.13.1
[0.11.x] sbt-java-formatter 0.13.1 (was 0.12.0)
2 parents d670cec + cab232f commit a52e647

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
@@ -2,7 +2,7 @@ addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.13.1")
22
addSbtPlugin("com.typesafe.play" % "sbt-twirl" % "1.6.10")
33
addSbtPlugin("com.github.sbt" % "sbt-header" % "5.11.0")
44
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.6.2")
5-
addSbtPlugin("com.github.sbt" % "sbt-java-formatter" % "0.12.0")
5+
addSbtPlugin("com.github.sbt" % "sbt-java-formatter" % "0.13.1")
66
addSbtPlugin(
77
"com.lightbend.akka.grpc" % "sbt-akka-grpc" %
88
(if (System.getProperty("USE_BSL", "false") == "true") "2.3.4" else "2.1.5") // Sync with docs/antora.yml

0 commit comments

Comments
 (0)