This is an automated email from the ASF dual-hosted git repository.
engelen pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pekko-grpc.git
The following commit(s) were added to refs/heads/main by this push:
new 3dcac49d Pin protobuf to 3.x (#285)
3dcac49d is described below
commit 3dcac49dbe3f98d75f6e135f183310cef93ee276
Author: Arnout Engelen <[email protected]>
AuthorDate: Sun Apr 7 12:15:37 2024 +0200
Pin protobuf to 3.x (#285)
---
.scala-steward.conf | 3 +++
1 file changed, 3 insertions(+)
diff --git a/.scala-steward.conf b/.scala-steward.conf
index a611f672..a257abc8 100644
--- a/.scala-steward.conf
+++ b/.scala-steward.conf
@@ -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"
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]