Add second sbt-osgi in dependency update ignore list

This commit is contained in:
Matthew de Detrich 2024-01-07 13:53:20 +11:00 committed by Matthew de Detrich
parent 3f97d9fe04
commit 688eac7bf5

View file

@ -19,6 +19,7 @@ updates.ignore = [
{ groupId = "com.lightbend.paradox", artifactId = "sbt-paradox "}
{ 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.lightbend.sbt", artifactId = "sbt-java-formatter" }