Skip to content

Commit

Permalink
CORE-69: Update google-api-services-storage from v1-rev20220401-1.32.…
Browse files Browse the repository at this point in the history
…1 to v1-rev20241008-2.0.0
  • Loading branch information
broadbot committed Oct 19, 2024
1 parent 64829e4 commit c8d1609
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ object Dependencies {
val ioGrpc: ModuleID = "io.grpc" % "grpc-core" % "1.34.1"

val googleOAuth2: ModuleID = "com.google.auth" % "google-auth-library-oauth2-http" % "0.18.0" excludeAll excludIoGrpc
val googleStorage: ModuleID = "com.google.apis" % "google-api-services-storage" % "v1-rev20220401-1.32.1" excludeAll excludIoGrpc // force this version
val googleStorage: ModuleID = "com.google.apis" % "google-api-services-storage" % "v1-rev20241008-2.0.0" excludeAll excludIoGrpc // force this version

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

0 comments on commit c8d1609

Please sign in to comment.