use latest version of sbt-pekko-paradox
This commit is contained in:
parent
29800df0b7
commit
317cbb5250
1 changed files with 1 additions and 1 deletions
|
|
@ -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"))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue