From 39ca65b9a4724a00e7d3f137325034719c80579e Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Sun, 19 May 2024 15:11:31 +0200 Subject: [PATCH] Update grpc-core, grpc-inprocess, ... to 1.64.0 (#644) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 5a8adaf..1402910 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.63.1" + val grpcVersion = "1.64.0" val circeVersion = "0.14.7" val http4sVersion = "0.22.2" val akkaHttp = "10.2.10"