This is an automated email from the ASF dual-hosted git repository.
fanningpj pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pekko-connectors.git
The following commit(s) were added to refs/heads/main by this push:
new 1927cd96f Pin sbt-java-formatter to 0.9.x (#1040)
1927cd96f is described below
commit 1927cd96f4a2ce21f5c5e4513ad34df8b3718fd0
Author: Arnout Engelen <[email protected]>
AuthorDate: Mon Apr 14 18:39:56 2025 +0200
Pin sbt-java-formatter to 0.9.x (#1040)
https://github.com/sbt/sbt-java-formatter/pull/218
---
.scala-steward.conf | 2 ++
1 file changed, 2 insertions(+)
diff --git a/.scala-steward.conf b/.scala-steward.conf
index 3242a720b..94e975166 100644
--- a/.scala-steward.conf
+++ b/.scala-steward.conf
@@ -29,6 +29,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." }
# Pin h2 to v2.2 because v2.3 needs JDK11
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]