From 1a3f787ab15b530fd9d36ca006dc322b590b13d1 Mon Sep 17 00:00:00 2001 From: Arnout Engelen Date: Sun, 7 Apr 2024 10:42:54 +0200 Subject: [PATCH] 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"