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-connectors-kafka.git
The following commit(s) were added to refs/heads/main by this push:
new 7671a8d0 pin sbt-java-formatter to 0.9.x (#308)
7671a8d0 is described below
commit 7671a8d0cb7d59f0c3f4d595d305558ab639e808
Author: Arnout Engelen <[email protected]>
AuthorDate: Mon Apr 14 16:40:33 2025 +0200
pin sbt-java-formatter to 0.9.x (#308)
---
.scala-steward.conf | 2 ++
1 file changed, 2 insertions(+)
diff --git a/.scala-steward.conf b/.scala-steward.conf
index 5d27de44..0ce03028 100644
--- a/.scala-steward.conf
+++ b/.scala-steward.conf
@@ -5,6 +5,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." }
# https://github.com/apache/pekko/issues/1202
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]