This is an automated email from the ASF dual-hosted git repository. philippus pushed a commit to branch fix-sbt-java-formatter-pin in repository https://gitbox.apache.org/repos/asf/pekko-persistence-cassandra.git
commit 62aecf732e2770d595210256325461180009db8d Author: Philippus Baalman <[email protected]> AuthorDate: Fri Apr 3 19:33:52 2026 +0200 Fix groupId of sbt-java-formatter pin --- .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]
