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 1a3f787a Avoid upgrading grpc-java (#280)
1a3f787a is described below

commit 1a3f787ab15b530fd9d36ca006dc322b590b13d1
Author: Arnout Engelen <[email protected]>
AuthorDate: Sun Apr 7 10:42:54 2024 +0200

    Avoid upgrading grpc-java (#280)
    
    For now, see #271
---
 .scala-steward.conf | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.scala-steward.conf b/.scala-steward.conf
index e37688bc..a611f672 100644
--- a/.scala-steward.conf
+++ b/.scala-steward.conf
@@ -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"


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to