Skip to content

Commit

Permalink
Merge pull request #320 from scala-steward/update/google-cloud-storag…
Browse files Browse the repository at this point in the history
…e-1.113.11

Update google-cloud-storage to 1.113.11
  • Loading branch information
gabro authored Feb 23, 2021
2 parents bf6fd22 + 12bde1c commit 1e1017a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def scala211 = "2.11.12"
def scala3Stable = "3.0.0-RC1"
def scala3Previous = List("3.0.0-M3")
def junitVersion = "4.13.2"
def gcp = "com.google.cloud" % "google-cloud-storage" % "1.113.9"
def gcp = "com.google.cloud" % "google-cloud-storage" % "1.113.11"
inThisBuild(
List(
version ~= { old =>
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.4.0")
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.5.0")
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "0.8.1")

libraryDependencies += "com.google.cloud" % "google-cloud-storage" % "1.113.9"
libraryDependencies += "com.google.cloud" % "google-cloud-storage" % "1.113.11"

unmanagedSourceDirectories.in(Compile) +=
baseDirectory.in(ThisBuild).value.getParentFile /
Expand Down

0 comments on commit 1e1017a

Please sign in to comment.