Skip to content

Commit

Permalink
Merge pull request #143 from scala-steward/update/google-cloud-monito…
Browse files Browse the repository at this point in the history
…ring-3.57.0

Update google-cloud-monitoring to 3.57.0
  • Loading branch information
satabin authored Jan 31, 2025
2 parents 6916e43 + dffe9f5 commit e0a8666
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 @@ -179,7 +179,7 @@ lazy val gcpPubSub = crossProject(JVMPlatform)
name := "fs2-queues-gcp-pubsub",
libraryDependencies ++= List(
"com.google.cloud" % "google-cloud-pubsub" % "1.135.0",
"com.google.cloud" % "google-cloud-monitoring" % "3.56.0"
"com.google.cloud" % "google-cloud-monitoring" % "3.57.0"
)
)
.dependsOn(core)
Expand Down

0 comments on commit e0a8666

Please sign in to comment.