Skip to content

Commit 0ccc1bd

Browse files
authored
CORE-69: Update google-api-services-storage from v1-rev20250312-2.0.0 to v1-rev20250420-2.0.0 (#1681)
1 parent c4feed3 commit 0ccc1bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Dependencies.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ object Dependencies {
7171
val ioGrpc: ModuleID = "io.grpc" % "grpc-core" % "1.69.1"
7272

7373
val googleOAuth2: ModuleID = "com.google.auth" % "google-auth-library-oauth2-http" % "0.18.0" excludeAll excludIoGrpc
74-
val googleStorage: ModuleID = "com.google.apis" % "google-api-services-storage" % "v1-rev20250312-2.0.0" excludeAll excludIoGrpc // force this version
74+
val googleStorage: ModuleID = "com.google.apis" % "google-api-services-storage" % "v1-rev20250420-2.0.0" excludeAll excludIoGrpc // force this version
7575

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

0 commit comments

Comments
 (0)