From 2e19bf159ba2dd0257c09d9cc666a5ca135e93b7 Mon Sep 17 00:00:00 2001 From: Matthew de Detrich Date: Mon, 16 Oct 2023 09:49:11 -0300 Subject: [PATCH] Add more ignored dependencies to .scala-steward.conf --- .scala-steward.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.scala-steward.conf b/.scala-steward.conf index 695935f43c..0fbf051a11 100644 --- a/.scala-steward.conf +++ b/.scala-steward.conf @@ -11,6 +11,8 @@ 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 = "com.typesafe.sbt", artifactId = "sbt-osgi" } { groupId = "org.agrona", artifactId = "agrona" }