Skip to content

Commit

Permalink
Avoid upgrading grpc-java (#280)
Browse files Browse the repository at this point in the history
For now, see #271
  • Loading branch information
raboof authored Apr 7, 2024
1 parent 0ac166c commit 1a3f787
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 @@ -15,6 +15,8 @@ updates.pin = [

# Scala 3.3 is a LTS
{ groupId = "org.scala-lang", artifactId = "scala3-library", version = "3.3." }
# https://github.com/apache/pekko-grpc/pull/271
{ groupId = "io.grpc", version = "1.62." }
]

updatePullRequests = "always"

0 comments on commit 1a3f787

Please sign in to comment.