Skip to content

Commit

Permalink
Merge pull request #77 from scala-steward/update/google-cloud-pubsub-…
Browse files Browse the repository at this point in the history
…1.133.1

Update google-cloud-pubsub to 1.133.1
  • Loading branch information
satabin authored Oct 14, 2024
2 parents 8c0530f + f536175 commit 5c92dd9
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 @@ -174,7 +174,7 @@ lazy val gcpPubSub = crossProject(JVMPlatform)
.settings(
name := "fs2-queues-gcp-pubsub",
libraryDependencies ++= List(
"com.google.cloud" % "google-cloud-pubsub" % "1.132.4",
"com.google.cloud" % "google-cloud-pubsub" % "1.133.1",
"com.google.cloud" % "google-cloud-monitoring" % "3.52.0"
)
)
Expand Down

0 comments on commit 5c92dd9

Please sign in to comment.