Skip to content

Commit

Permalink
Merge pull request #732 from scalameta/update/google-cloud-storage-2.…
Browse files Browse the repository at this point in the history
…31.0
  • Loading branch information
valencik authored Jan 12, 2024
2 parents 9f790a2 + 4d63c2c commit 03a2eb8
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 @@ -10,7 +10,7 @@ def scala212 = "2.12.18"

def scala3 = "3.1.2"
def junitVersion = "4.13.2"
def gcp = "com.google.cloud" % "google-cloud-storage" % "2.26.1"
def gcp = "com.google.cloud" % "google-cloud-storage" % "2.31.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 @@ -17,4 +17,4 @@ addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.4.16")
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.3")
addSbtPlugin("com.lightbend.sbt" % "sbt-java-formatter" % "0.8.0")

libraryDependencies += "com.google.cloud" % "google-cloud-storage" % "2.26.1"
libraryDependencies += "com.google.cloud" % "google-cloud-storage" % "2.31.0"

0 comments on commit 03a2eb8

Please sign in to comment.