use latest version of sbt-pekko-paradox

This commit is contained in:
Johannes Rudolph 2023-02-28 16:22:19 +01:00 committed by Matthew de Detrich
parent 29800df0b7
commit 317cbb5250

View file

@ -28,7 +28,7 @@ resolvers += "Apache Nexus Snapshots".at("https://repository.apache.org/content/
// We have to deliberately use older versions of sbt-paradox because current Pekko sbt build
// only loads on JDK 1.8 so we need to bring in older versions of parboiled which support JDK 1.8
addSbtPlugin(("org.apache.pekko" % "pekko-sbt-paradox" % "0.0.0+19-f498f7c0-SNAPSHOT").excludeAll(
addSbtPlugin(("org.apache.pekko" % "pekko-sbt-paradox" % "0.0.0+28-a1dda63b-SNAPSHOT").excludeAll(
"com.lightbend.paradox", "sbt-paradox",
"com.lightbend.paradox" % "sbt-paradox-apidoc",
"com.lightbend.paradox" % "sbt-paradox-project-info"))