This is an automated email from the ASF dual-hosted git repository.
mdedetrich pushed a commit to branch 1.0.x
in repository https://gitbox.apache.org/repos/asf/incubator-pekko.git
The following commit(s) were added to refs/heads/1.0.x by this push:
new d7af471628 Add second sbt-osgi in dependency update ignore list
d7af471628 is described below
commit d7af4716281a6c420eed435bb488e5227119dd7e
Author: Matthew de Detrich <[email protected]>
AuthorDate: Sun Jan 7 13:53:20 2024 +1100
Add second sbt-osgi in dependency update ignore list
(cherry picked from commit 688eac7bf5bcd7ca99d4c926b7a16d57598c79e4)
---
.scala-steward.conf | 1 +
1 file changed, 1 insertion(+)
diff --git a/.scala-steward.conf b/.scala-steward.conf
index 3070aaa00c..86e5de4ea7 100644
--- a/.scala-steward.conf
+++ b/.scala-steward.conf
@@ -20,6 +20,7 @@ updates.ignore = [
{ groupId = "com.fasterxml.jackson.datatype", artifactId =
"jackson-datatype-jdk8" }
{ groupId = "com.typesafe", artifactId = "ssl-config-core" }
{ groupId = "com.typesafe.sbt", artifactId = "sbt-osgi" }
+ { groupId = "com.github.sbt", artifactId = "sbt-osgi" }
{ groupId = "org.agrona", artifactId = "agrona" }
{ groupId = "org.mockito", artifactId = "mockito-core" }
{ groupId = "com.typesafe.sbt", artifactId = "sbt-osgi" }
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]