From 08388e0b885c5ef01aa90968491a80a64f9740ef Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 29 Jul 2025 15:03:35 +0000 Subject: [PATCH] Update grpc-core, grpc-inprocess, ... to 1.74.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 10e46f58..117a4e72 100644 --- a/build.sbt +++ b/build.sbt @@ -11,7 +11,7 @@ lazy val ScalaVersions = new { lazy val Versions = new { val gpb3Version = "3.25.8" - val grpcVersion = "1.68.3" + val grpcVersion = "1.74.0" val circeVersion = "0.14.14" val http4sVersion = "0.22.2" val akkaHttp = "10.2.10"