Skip to content

Commit

Permalink
Update pins in .scala-steward.conf (#1589)
Browse files Browse the repository at this point in the history
  • Loading branch information
pjfanning authored Dec 16, 2024
1 parent 7af03e5 commit 784c596
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .scala-steward.conf
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ updates.pin = [
{ groupId = "com.google.protobuf", artifactId = "protobuf-java", version = "3." }
# aeron 1.46 requires Java 17
{ groupId = "io.aeron", version = "1.45." }
# agrona 1.23 requires Java 17
{ groupId = "org.agrona", artifactId = "agrona" version = "1.22." }
# bndlib 7 requires Java 17
{ groupId = "biz.aQute.bnd", artifactId = "biz.aQute.bndlib" version = "6." }
]

updates.ignore = [
Expand All @@ -22,9 +26,8 @@ updates.ignore = [
{ groupId = "com.fasterxml.jackson.dataformat" }
{ groupId = "com.fasterxml.jackson.datatype" }
{ groupId = "com.fasterxml.jackson.jaxrs" }
# other ignored updates
{ groupId = "com.typesafe", artifactId = "ssl-config-core" }
{ groupId = "org.agrona", artifactId = "agrona" }
{ groupId = "org.mockito", artifactId = "mockito-core" }
{ groupId = "com.lightbend.sbt", artifactId = "sbt-java-formatter" }
]

Expand Down

0 comments on commit 784c596

Please sign in to comment.