From 0463a9aa82b423f7f8293186888e01b21eb85f36 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 18 Mar 2024 14:10:47 +0000 Subject: [PATCH] Update grpc-core, grpc-inprocess, ... to 1.59.1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 7a5372a9..85a481a6 100644 --- a/build.sbt +++ b/build.sbt @@ -11,7 +11,7 @@ lazy val ScalaVersions = new { lazy val Versions = new { val gpb3Version = "3.25.3" - val grpcVersion = "1.59.0" + val grpcVersion = "1.59.1" val circeVersion = "0.14.6" val http4sVersion = "0.22.2" val akkaHttp = "10.2.10"