From 3cdfb648406c29c140b5c7be8d33dc61977cb24b Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 27 Feb 2025 13:30:55 +0000 Subject: [PATCH] Update google-cloud-pubsub to 1.137.1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index a5e9e6a..56d4f4d 100644 --- a/build.sbt +++ b/build.sbt @@ -246,7 +246,7 @@ lazy val zioPubsubSerdeZioSchema = crossProject(JVMPlatform, NativePlatform) ) ) -val googleCloudPubsubVersion = "1.137.0" +val googleCloudPubsubVersion = "1.137.1" lazy val zioPubsubGoogle = (project in file("zio-pubsub-google")) .settings(moduleName := "zio-pubsub-google") .dependsOn(zioPubsub.jvm)