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-connectors.git
The following commit(s) were added to refs/heads/main by this push:
new 031c42b39 Move sbt-paradox to pinned updates
031c42b39 is described below
commit 031c42b395d612b29bb6ec92203be6666c3a499a
Author: Matthew de Detrich <[email protected]>
AuthorDate: Thu Feb 22 07:56:20 2024 +0100
Move sbt-paradox to pinned updates
---
.scala-steward.conf | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/.scala-steward.conf b/.scala-steward.conf
index 18408ccb0..6a8d1dde8 100644
--- a/.scala-steward.conf
+++ b/.scala-steward.conf
@@ -11,11 +11,12 @@ updates.pin = [
{ groupId = "org.apache.activemq", version = "5.16." }
# wiremock 3.0+ requires Java 11 (only used in tests)
{ groupId = "com.github.tomakehurst", version = "2." }
+ # 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 = [
- { groupId = "com.lightbend.paradox", artifactId = "sbt-paradox-project-info"
}
- { groupId = "com.lightbend.paradox", artifactId = "sbt-paradox "}
# https://github.com/apache/incubator-pekko-connectors/issues/61
{ groupId = "org.apache.hbase" }
{ groupId = "org.apache.hadoop" }
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]