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/pekko-persistence-cassandra.git
The following commit(s) were added to refs/heads/main by this push:
new bb9d30b pin sbt-java-formatter to 0.9.x (#279)
bb9d30b is described below
commit bb9d30b9d96204b41d6039ac3d11bd1ee58efa0d
Author: Arnout Engelen <[email protected]>
AuthorDate: Mon Apr 14 15:05:31 2025 +0200
pin sbt-java-formatter to 0.9.x (#279)
---
.scala-steward.conf | 2 ++
1 file changed, 2 insertions(+)
diff --git a/.scala-steward.conf b/.scala-steward.conf
index 50e2093..d51d104 100644
--- a/.scala-steward.conf
+++ b/.scala-steward.conf
@@ -2,6 +2,8 @@ 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.lightbend.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
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]