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-grpc.git
The following commit(s) were added to refs/heads/main by this push:
new 49d090b6 Pin sbt-java-formatter to 0.9.x (#446)
49d090b6 is described below
commit 49d090b610ab3e461f149cb54a82481b84ab2da9
Author: Arnout Engelen <[email protected]>
AuthorDate: Mon Apr 14 22:36:38 2025 +0200
Pin sbt-java-formatter to 0.9.x (#446)
---
.scala-steward.conf | 3 +++
1 file changed, 3 insertions(+)
diff --git a/.scala-steward.conf b/.scala-steward.conf
index 75645d17..99bbd3bb 100644
--- a/.scala-steward.conf
+++ b/.scala-steward.conf
@@ -12,6 +12,9 @@ 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." }
+
# Scala 3.3 is a LTS
{ groupId = "org.scala-lang", artifactId = "scala3-library", version =
"3.3." }
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]