We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 76f4d0b + 4baf1e6 commit 6e2f028Copy full SHA for 6e2f028
sbt-gcs-plugin/build.sbt
@@ -15,7 +15,7 @@ libraryDependencies ++= Seq(
15
"org.scala-lang" % "scala-reflect" % scalaVersion.value,
16
"org.scala-lang" % "scala-compiler" % scalaVersion.value,
17
"org.apache.ivy" % "ivy" % "2.4.0",
18
- "com.google.cloud" % "google-cloud-storage" % "2.53.3"
+ "com.google.cloud" % "google-cloud-storage" % "2.55.0"
19
)
20
21
sbtPlugin := true
0 commit comments