From 4d63c2c0d0b3c84f2b9ee4845164d2d75358dca3 Mon Sep 17 00:00:00 2001 From: Scalameta Bot Date: Fri, 12 Jan 2024 00:37:55 +0000 Subject: [PATCH] Update google-cloud-storage to 2.31.0 --- build.sbt | 2 +- project/plugins.sbt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index bc327202..95f3b507 100644 --- a/build.sbt +++ b/build.sbt @@ -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 => diff --git a/project/plugins.sbt b/project/plugins.sbt index 85dc4a5c..5376d114 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -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"