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 7c78521 + 624d5d8 commit 578ca1bCopy full SHA for 578ca1b
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.37.0"
+ "com.google.cloud" % "google-cloud-storage" % "2.39.0"
19
)
20
21
sbtPlugin := true
0 commit comments