Update latest pekko-sbt-paradox
This commit is contained in:
parent
b542f99277
commit
a3f48833c9
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ updateOptions := updateOptions.value.withLatestSnapshots(false)
|
|||
|
||||
// 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+43-d9643c78-SNAPSHOT").excludeAll(
|
||||
addSbtPlugin(("org.apache.pekko" % "pekko-sbt-paradox" % "0.0.0+56-bff08336-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