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.
1 parent 578ca1b commit a75b11fCopy full SHA for a75b11f
sbt-gcs-plugin/build.sbt
@@ -14,7 +14,7 @@ libraryDependencies ++= Seq(
14
"org.scala-lang" % "scala-library" % scalaVersion.value,
15
"org.scala-lang" % "scala-reflect" % scalaVersion.value,
16
"org.scala-lang" % "scala-compiler" % scalaVersion.value,
17
- "org.apache.ivy" % "ivy" % "2.4.0",
+ "org.apache.ivy" % "ivy" % "2.5.2",
18
"com.google.cloud" % "google-cloud-storage" % "2.39.0"
19
)
20
0 commit comments