Skip to content

Commit

Permalink
Pin protobuf to 3.x (#285)
Browse files Browse the repository at this point in the history
  • Loading branch information
raboof authored Apr 7, 2024
1 parent 1a3f787 commit 3dcac49
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .scala-steward.conf
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ updates.pin = [
{ groupId = "org.scala-lang", artifactId = "scala3-library", version = "3.3." }
# https://github.com/apache/pekko-grpc/pull/271
{ groupId = "io.grpc", version = "1.62." }
# when we update to protobuf 4.x we probably need to update a bunch of libraries
# in tandem, and possibly schedule this for a major pekko-grpc release
{ groupId = "com.google.protobuf", version = "3." }
]

updatePullRequests = "always"

0 comments on commit 3dcac49

Please sign in to comment.