From 4438b1e16a044680beadc3214b3a63a311df96e7 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 8 Dec 2020 21:01:35 +0100 Subject: [PATCH] Update google-cloud-storage to 1.113.5 --- build.sbt | 2 +- project/plugins.sbt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index b28f3c16..56385dc1 100644 --- a/build.sbt +++ b/build.sbt @@ -13,7 +13,7 @@ def scala211 = "2.11.12" def scala3Stable = "3.0.0-M2" def scala3Previous = List("3.0.0-M1", "0.27.0-RC1") def junitVersion = "4.13" -def gcp = "com.google.cloud" % "google-cloud-storage" % "1.113.4" +def gcp = "com.google.cloud" % "google-cloud-storage" % "1.113.5" inThisBuild( List( version ~= { old => diff --git a/project/plugins.sbt b/project/plugins.sbt index 5053c4e1..88a9449b 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -10,7 +10,7 @@ addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.4.0-M2") addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.3.1") addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "0.8.1") -libraryDependencies += "com.google.cloud" % "google-cloud-storage" % "1.113.4" +libraryDependencies += "com.google.cloud" % "google-cloud-storage" % "1.113.5" unmanagedSourceDirectories.in(Compile) += baseDirectory.in(ThisBuild).value.getParentFile /