This is an automated email from the ASF dual-hosted git repository.

fanningpj pushed a commit to branch upgrade-plugin
in repository 
https://gitbox.apache.org/repos/asf/incubator-pekko-quickstart-scala.g8.git

commit 0abe4281a54bf9d207dfd3d5806329c502c3ee2d
Author: PJ Fanning <[email protected]>
AuthorDate: Fri Mar 15 19:50:41 2024 +0100

    upgrade paradox plugin
---
 build.sbt                |  3 +--
 project/build.properties |  2 +-
 project/paradox.sbt      | 10 +---------
 3 files changed, 3 insertions(+), 12 deletions(-)

diff --git a/build.sbt b/build.sbt
index 5f62482..2f0286e 100644
--- a/build.sbt
+++ b/build.sbt
@@ -7,8 +7,7 @@ lazy val root = (project in file("."))
     Test / test := {
       val _ = (Test / g8Test).toTask("").value
     },
-    scriptedLaunchOpts ++= List("-Xms1024m", "-Xmx1024m", 
"-XX:ReservedCodeCacheSize=128m", "-XX:MaxMetaspaceSize=256m", "-Xss2m", 
"-Dfile.encoding=UTF-8"),
-    resolvers += Resolver.url("typesafe", 
url("https://repo.typesafe.com/typesafe/ivy-releases/";))(Resolver.ivyStylePatterns)
+    scriptedLaunchOpts ++= List("-Xms1024m", "-Xmx1024m", 
"-XX:ReservedCodeCacheSize=128m", "-XX:MaxMetaspaceSize=256m", "-Xss2m", 
"-Dfile.encoding=UTF-8")
   )
 
 import org.apache.pekko.PekkoParadoxPlugin.autoImport._
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]

Reply via email to