From a3f48833c97501a0193f4135f99c5f6ea04a03dd Mon Sep 17 00:00:00 2001 From: Matthew de Detrich Date: Tue, 18 Jul 2023 09:53:20 +0200 Subject: [PATCH] Update latest pekko-sbt-paradox --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index ea1521a2cc..7f0a064649 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -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"))