This is an automated email from the ASF dual-hosted git repository.
philippus 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 61b2a60 Fix groupId of sbt-java-formatter pin (#390)
61b2a60 is described below
commit 61b2a60864265aa4ead57b203abc380941b540ff
Author: Philippus Baalman <[email protected]>
AuthorDate: Tue Apr 7 10:57:33 2026 +0200
Fix groupId of sbt-java-formatter pin (#390)
---
.scala-steward.conf | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.scala-steward.conf b/.scala-steward.conf
index d51d104..6653218 100644
--- a/.scala-steward.conf
+++ b/.scala-steward.conf
@@ -3,7 +3,7 @@ updates.pin = [
{ 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." }
+ { 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
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]