Skip to content

Commit

Permalink
Add more ignored dependencies to .scala-steward.conf
Browse files Browse the repository at this point in the history
  • Loading branch information
mdedetrich committed Oct 16, 2023
1 parent ac1ee69 commit 796fdb1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .scala-steward.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down

0 comments on commit 796fdb1

Please sign in to comment.