Skip to content

Commit e3cf801

Browse files
committed
Update latest pekko-sbt-paradox
1 parent 8ee9ed3 commit e3cf801

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ updateOptions := updateOptions.value.withLatestSnapshots(false)
3333

3434
// We have to deliberately use older versions of sbt-paradox because current Pekko sbt build
3535
// 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(
36+
addSbtPlugin(("org.apache.pekko" % "pekko-sbt-paradox" % "0.0.0+56-bff08336-SNAPSHOT").excludeAll(
3737
"com.lightbend.paradox", "sbt-paradox",
3838
"com.lightbend.paradox" % "sbt-paradox-apidoc",
3939
"com.lightbend.paradox" % "sbt-paradox-project-info"))

0 commit comments

Comments
 (0)