From e0925071cc584f11f4ef508d40b18dcb37199acc Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Wed, 30 Oct 2024 16:05:15 +0100 Subject: [PATCH] Update grpc-core, grpc-inprocess, ... to 1.68.1 (#688) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 7e409c0..f2bca63 100644 --- a/build.sbt +++ b/build.sbt @@ -11,7 +11,7 @@ lazy val ScalaVersions = new { lazy val Versions = new { val gpb3Version = "3.25.5" - val grpcVersion = "1.68.0" + val grpcVersion = "1.68.1" val circeVersion = "0.14.10" val http4sVersion = "0.22.2" val akkaHttp = "10.2.10"