This is an automated email from the ASF dual-hosted git repository. fanningpj pushed a commit to branch upgrade-plugins in repository https://gitbox.apache.org/repos/asf/incubator-pekko-quickstart-java.g8.git
commit 8cfbf28119fb9eca7b4630afed7172b23c6e1644 Author: PJ Fanning <[email protected]> AuthorDate: Fri Mar 15 19:46:55 2024 +0100 upgrade sbt plugin --- project/build.properties | 2 +- project/paradox.sbt | 10 +--------- 2 files changed, 2 insertions(+), 10 deletions(-) diff --git a/project/build.properties b/project/build.properties index e8a1e24..04267b1 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.9.7 +sbt.version=1.9.9 diff --git a/project/paradox.sbt b/project/paradox.sbt index cef8ba5..25986e3 100644 --- a/project/paradox.sbt +++ b/project/paradox.sbt @@ -1,11 +1,3 @@ // sbt-paradox, used for 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()) +addSbtPlugin("org.apache.pekko" % "pekko-sbt-paradox" % "1.0.1") --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
