Skip to content

Commit 7ab10db

Browse files
CORE-69: Update google-api-services-storage from v1-rev20250815-2.0.0 to v1-rev20250925-2.0.0 (#1718)
Co-authored-by: Bria Morgan <[email protected]>
1 parent 3227fd3 commit 7ab10db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Dependencies.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ object Dependencies {
7272
val ioGrpc: ModuleID = "io.grpc" % "grpc-core" % "1.75.0"
7373

7474
val googleOAuth2: ModuleID = "com.google.auth" % "google-auth-library-oauth2-http" % "0.18.0" excludeAll excludIoGrpc
75-
val googleStorage: ModuleID = "com.google.apis" % "google-api-services-storage" % "v1-rev20250815-2.0.0" excludeAll excludIoGrpc // force this version
75+
val googleStorage: ModuleID = "com.google.apis" % "google-api-services-storage" % "v1-rev20250925-2.0.0" excludeAll excludIoGrpc // force this version
7676

7777
val monocle: ModuleID = "com.github.julien-truffaut" %% "monocle-core" % monocleVersion
7878
val monocleMacro: ModuleID = "com.github.julien-truffaut" %% "monocle-macro" % monocleVersion

0 commit comments

Comments
 (0)