There was an error while loading. Please reload this page.
2 parents d670cec + cab232f commit a52e647Copy full SHA for a52e647
1 file changed
project/plugins.sbt
@@ -2,7 +2,7 @@ addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.13.1")
2
addSbtPlugin("com.typesafe.play" % "sbt-twirl" % "1.6.10")
3
addSbtPlugin("com.github.sbt" % "sbt-header" % "5.11.0")
4
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.6.2")
5
-addSbtPlugin("com.github.sbt" % "sbt-java-formatter" % "0.12.0")
+addSbtPlugin("com.github.sbt" % "sbt-java-formatter" % "0.13.1")
6
addSbtPlugin(
7
"com.lightbend.akka.grpc" % "sbt-akka-grpc" %
8
(if (System.getProperty("USE_BSL", "false") == "true") "2.3.4" else "2.1.5") // Sync with docs/antora.yml
0 commit comments