Skip to content

Commit

Permalink
Update google-cloud-pubsub to 1.137.1
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Feb 27, 2025
1 parent af8c2ba commit 3cdfb64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 3cdfb64

Please sign in to comment.