From 0bc02eb2248d940eff72f7c6ef9257d48d62b0a1 Mon Sep 17 00:00:00 2001 From: JingZhang Chen Date: Tue, 5 Mar 2024 12:11:44 +0800 Subject: [PATCH] Update sbt-pekko-paradox --- project/plugins.sbt | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index eda1ab2d..e6d69af3 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -18,16 +18,8 @@ addSbtPlugin("com.github.pjfanning" % "sbt-source-dist" % "0.1.11") addSbtPlugin("com.github.sbt" % "sbt-license-report" % "1.6.1") // Documentation - -// 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" % "1.0.0").excludeAll( - "com.lightbend.paradox", "sbt-paradox", - "com.lightbend.paradox" % "sbt-paradox-apidoc", - "com.lightbend.paradox" % "sbt-paradox-project-info")) -addSbtPlugin(("com.lightbend.paradox" % "sbt-paradox" % "0.9.2").force()) -addSbtPlugin(("com.lightbend.paradox" % "sbt-paradox-apidoc" % "0.10.1").force()) -addSbtPlugin(("com.lightbend.paradox" % "sbt-paradox-project-info" % "2.0.0").force()) +resolvers += Resolver.ApacheMavenSnapshotsRepo +addSbtPlugin("org.apache.pekko" % "pekko-sbt-paradox" % "1.0.1-RC1+5-13892678-SNAPSHOT") addSbtPlugin("com.github.sbt" % "sbt-unidoc" % "0.5.0") addSbtPlugin("com.typesafe.sbt" % "sbt-site" % "1.4.1")