This is an automated email from the ASF dual-hosted git repository.
pjfanning pushed a commit to branch main
in repository
https://gitbox.apache.org/repos/asf/pekko-persistence-cassandra.git
The following commit(s) were added to refs/heads/main by this push:
new 28dafd6 Update .scala-steward.conf to remove dependency pins (#411)
28dafd6 is described below
commit 28dafd64f762f1d229eadbc3b319de45c54eba1c
Author: PJ Fanning <[email protected]>
AuthorDate: Tue Jun 2 19:33:48 2026 +0100
Update .scala-steward.conf to remove dependency pins (#411)
Removed pinning for several dependencies that require JDK 11.
---
.scala-steward.conf | 7 -------
1 file changed, 7 deletions(-)
diff --git a/.scala-steward.conf b/.scala-steward.conf
index 6653218..fb46b80 100644
--- a/.scala-steward.conf
+++ b/.scala-steward.conf
@@ -1,11 +1,4 @@
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." }
- # Pin sbt-java-formatter to v0.9.x because 0.10.x needs JDK 11
- { groupId = "com.github.sbt", artifactId = "sbt-java-formatter", version =
"0.9." }
- # Pin logback to v1.3.x because v1.4.x needs JDK11
- { groupId = "ch.qos.logback", version="1.3." }
# Scala 3.3 is a LTS
{ groupId = "org.scala-lang", artifactId = "scala3-library", version =
"3.3." }
]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]