Skip to content

Commit

Permalink
relax protobuf so that 3.x upgrades are ok in .scala-steward.conf (#1273
Browse files Browse the repository at this point in the history
)
  • Loading branch information
pjfanning committed Apr 12, 2024
1 parent 43255e7 commit 3f9976f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .scala-steward.conf
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ updates.pin = [
{ groupId = "com.lightbend.paradox", artifactId = "sbt-paradox", version = "0.9." }
# Scala 3.3 is a LTS
{ groupId = "org.scala-lang", artifactId = "scala3-library", version = "3.3." }
# protobuf 4 is not yet well supported
{ groupId = "com.google.protobuf", artifactId = "protobuf-java", version = "3." }
]

updates.ignore = [
Expand All @@ -17,7 +19,6 @@ updates.ignore = [
{ groupId = "com.fasterxml.jackson.module" }
{ groupId = "com.fasterxml.jackson.dataformat" }
{ groupId = "com.fasterxml.jackson.datatype" }
{ groupId = "com.google.protobuf", artifactId = "protobuf-java" }
{ groupId = "com.typesafe", artifactId = "ssl-config-core" }
{ groupId = "org.agrona", artifactId = "agrona" }
{ groupId = "org.mockito", artifactId = "mockito-core" }
Expand Down

0 comments on commit 3f9976f

Please sign in to comment.