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-management.git
The following commit(s) were added to refs/heads/main by this push:
new 98dc316a pin sbt-java-formatter to 0.9.x (#413)
98dc316a is described below
commit 98dc316a122e2420135048410ed43d1a2f90bb64
Author: Arnout Engelen <[email protected]>
AuthorDate: Mon Apr 14 16:54:30 2025 +0200
pin sbt-java-formatter to 0.9.x (#413)
---
.scala-steward.conf | 2 ++
1 file changed, 2 insertions(+)
diff --git a/.scala-steward.conf b/.scala-steward.conf
index a666cfb9..ddea5c49 100644
--- a/.scala-steward.conf
+++ b/.scala-steward.conf
@@ -11,6 +11,8 @@ updates.pin = [
{ groupId = "org.mockito", artifactId = "mockito-core", version = "4." }
# jetty 10.+ requires Java 11 (only used in tests - via wiremock)
{ groupId = "org.eclipse.jetty", version = "9." }
+ # 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." },
]
updates.ignore = [
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]