relax protobuf so that 3.x upgrades are ok in .scala-steward.conf (#1273)
This commit is contained in:
parent
43255e76c2
commit
3f9976f632
1 changed files with 2 additions and 1 deletions
|
|
@ -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 = [
|
||||
|
|
@ -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" }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue