This is an automated email from the ASF dual-hosted git repository.
mdedetrich pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-pekko.git
The following commit(s) were added to refs/heads/main by this push:
new 6ccb5dc21c Pin sbt-paradox updates to 0.9.x
6ccb5dc21c is described below
commit 6ccb5dc21cdb227074c1d2be9de0039b5af4dff8
Author: Matthew de Detrich <[email protected]>
AuthorDate: Sun Feb 18 05:55:59 2024 +0100
Pin sbt-paradox updates to 0.9.x
---
.scala-steward.conf | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/.scala-steward.conf b/.scala-steward.conf
index 51a7884ef3..ec1b22dde1 100644
--- a/.scala-steward.conf
+++ b/.scala-steward.conf
@@ -2,6 +2,9 @@ updates.pin = [
{ groupId = "com.fasterxml.jackson.core", version = "2.16." }
# Pin logback to v1.3.x because v1.4.x needs JDK11
{ groupId = "ch.qos.logback", version="1.3." }
+ # 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." }
]
updates.ignore = [
@@ -17,8 +20,6 @@ updates.ignore = [
{ groupId = "com.fasterxml.jackson.datatype", artifactId =
"jackson-datatype-jsr310" }
{ groupId = "com.fasterxml.jackson.datatype", artifactId =
"jackson-datatype-jdk8" }
{ groupId = "com.google.protobuf", artifactId = "protobuf-java" }
- { groupId = "com.lightbend.paradox", artifactId = "sbt-paradox-project-info"
}
- { groupId = "com.lightbend.paradox", artifactId = "sbt-paradox "}
{ groupId = "com.typesafe", artifactId = "ssl-config-core" }
{ groupId = "org.agrona", artifactId = "agrona" }
{ groupId = "org.mockito", artifactId = "mockito-core" }
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]