From 77e257016fc8ea3adafe65c516723062e65944d6 Mon Sep 17 00:00:00 2001 From: Scalameta Bot Date: Fri, 18 Aug 2023 00:33:43 +0000 Subject: [PATCH] Update google-cloud-storage to 2.26.1 --- build.sbt | 2 +- project/plugins.sbt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index ec97508c..99440eac 100644 --- a/build.sbt +++ b/build.sbt @@ -11,7 +11,7 @@ def scala212 = "2.12.18" def scala211 = "2.11.12" def scala3 = "3.1.2" def junitVersion = "4.13.2" -def gcp = "com.google.cloud" % "google-cloud-storage" % "2.25.0" +def gcp = "com.google.cloud" % "google-cloud-storage" % "2.26.1" inThisBuild( List( version ~= { old => diff --git a/project/plugins.sbt b/project/plugins.sbt index d8e12617..8d088a03 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -17,4 +17,4 @@ addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.4.14") 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.25.0" +libraryDependencies += "com.google.cloud" % "google-cloud-storage" % "2.26.1"