Skip to content

Commit

Permalink
Update google-cloud-storage to 1.115.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Jun 1, 2021
1 parent d592d71 commit b2b33d4
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 @@ -12,7 +12,7 @@ def scala212 = "2.12.14"
def scala211 = "2.11.12"
def scala3 = "3.0.0"
def junitVersion = "4.13.2"
def gcp = "com.google.cloud" % "google-cloud-storage" % "1.114.0"
def gcp = "com.google.cloud" % "google-cloud-storage" % "1.115.0"
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 @@ -9,4 +9,4 @@ addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.4.0")
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.5.1")
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "0.9.2")

libraryDependencies += "com.google.cloud" % "google-cloud-storage" % "1.114.0"
libraryDependencies += "com.google.cloud" % "google-cloud-storage" % "1.115.0"

0 comments on commit b2b33d4

Please sign in to comment.