We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ee9ed3 commit e3cf801Copy full SHA for e3cf801
project/plugins.sbt
@@ -33,7 +33,7 @@ updateOptions := updateOptions.value.withLatestSnapshots(false)
33
34
// We have to deliberately use older versions of sbt-paradox because current Pekko sbt build
35
// only loads on JDK 1.8 so we need to bring in older versions of parboiled which support JDK 1.8
36
-addSbtPlugin(("org.apache.pekko" % "pekko-sbt-paradox" % "0.0.0+43-d9643c78-SNAPSHOT").excludeAll(
+addSbtPlugin(("org.apache.pekko" % "pekko-sbt-paradox" % "0.0.0+56-bff08336-SNAPSHOT").excludeAll(
37
"com.lightbend.paradox", "sbt-paradox",
38
"com.lightbend.paradox" % "sbt-paradox-apidoc",
39
"com.lightbend.paradox" % "sbt-paradox-project-info"))
0 commit comments