We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6e2f028 + e01f065 commit 0b2a396Copy full SHA for 0b2a396
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.55.0"
+ "com.google.cloud" % "google-cloud-storage" % "2.58.1"
19
)
20
21
sbtPlugin := true
0 commit comments