Skip to content

Commit

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

Update google-cloud-storage to 2.6.0
  • Loading branch information
valencik authored Apr 9, 2022
2 parents ba85e87 + 9c5404c commit 32d4db5
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 @@ -8,7 +8,7 @@ def scala212 = "2.12.15"
def scala211 = "2.11.12"
def scala3 = "3.0.1"
def junitVersion = "4.13.2"
def gcp = "com.google.cloud" % "google-cloud-storage" % "2.1.10"
def gcp = "com.google.cloud" % "google-cloud-storage" % "2.6.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 @@ -10,4 +10,4 @@ addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.6.0")
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.0")
addSbtPlugin("com.lightbend.sbt" % "sbt-java-formatter" % "0.6.1")

libraryDependencies += "com.google.cloud" % "google-cloud-storage" % "2.1.10"
libraryDependencies += "com.google.cloud" % "google-cloud-storage" % "2.6.0"

0 comments on commit 32d4db5

Please sign in to comment.