From 17831a6f0d2425269847a368cd377f1f52f0126a Mon Sep 17 00:00:00 2001 From: Scalameta Bot Date: Mon, 16 Dec 2024 01:19:20 +0000 Subject: [PATCH] Update google-cloud-storage to 2.46.0 --- build.sbt | 2 +- project/plugins.sbt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 339a0dac..96710ad0 100644 --- a/build.sbt +++ b/build.sbt @@ -9,7 +9,7 @@ def scala212 = "2.12.20" def scala3 = "3.3.4" def junitVersion = "4.13.2" -def gcp = "com.google.cloud" % "google-cloud-storage" % "2.36.1" +def gcp = "com.google.cloud" % "google-cloud-storage" % "2.46.0" inThisBuild( List( version ~= { old => diff --git a/project/plugins.sbt b/project/plugins.sbt index a262f8f6..28171b47 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -17,4 +17,4 @@ addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.5.6") addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.4") addSbtPlugin("com.lightbend.sbt" % "sbt-java-formatter" % "0.8.0") -libraryDependencies += "com.google.cloud" % "google-cloud-storage" % "2.36.1" +libraryDependencies += "com.google.cloud" % "google-cloud-storage" % "2.46.0"