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

engelen pushed a commit to branch main
in repository 
https://gitbox.apache.org/repos/asf/incubator-pekko-persistence-cassandra.git


The following commit(s) were added to refs/heads/main by this push:
     new 31e1952  Update pekko-sbt-paradox (#161)
31e1952 is described below

commit 31e1952304d72049f85824937d361483e721a971
Author: Matthew de Detrich <[email protected]>
AuthorDate: Tue Mar 12 23:35:20 2024 +0100

    Update pekko-sbt-paradox (#161)
---
 .scala-steward.conf |  6 ++++++
 project/plugins.sbt | 16 +++++-----------
 2 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/.scala-steward.conf b/.scala-steward.conf
index 82e3eeb..d9f53cd 100644
--- a/.scala-steward.conf
+++ b/.scala-steward.conf
@@ -1,3 +1,9 @@
+updates.pin = [
+  # Pin sbt-paradox to v0.9.x because 0.10.x needs JDK 11
+  { groupId = "com.lightbend.paradox", artifactId = 
"sbt-paradox-project-info", version = "0.9." }
+  { groupId = "com.lightbend.paradox", artifactId = "sbt-paradox", version = 
"0.9." }
+]
+
 updates.ignore = [
   // explicit updates
   { groupId = "org.apache.pekko" }
diff --git a/project/plugins.sbt b/project/plugins.sbt
index 81e56ce..ec6d217 100644
--- a/project/plugins.sbt
+++ b/project/plugins.sbt
@@ -7,7 +7,7 @@
  * This file is part of the Apache Pekko project, which was derived from Akka.
  */
 
-addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.9.9")
+addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.9.16")
 
 addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.10.0")
 addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")
@@ -21,14 +21,8 @@ addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.3")
 
 // Documentation
 addSbtPlugin("com.github.sbt" % "sbt-unidoc" % "0.5.0")
-addSbtPlugin("com.typesafe.sbt" % "sbt-site" % "1.4.1")
+addSbtPlugin(("com.github.sbt" % "sbt-site-paradox" % "1.5.0").excludeAll(
+  "com.lightbend.paradox", "sbt-paradox"))
 
-// 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")


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to