Skip to content

Commit

Permalink
CORE-69: Update google-cloud-nio from 0.127.25 to 0.127.26 (#1579)
Browse files Browse the repository at this point in the history
Co-authored-by: Bria Morgan <calypsomatic@gmail.com>
Co-authored-by: Saman Ehsan <sehsan@broadinstitute.org>
Co-authored-by: David An <davidan@broadinstitute.org>
  • Loading branch information
4 people authored Nov 12, 2024
1 parent 57b278f commit e5043dd
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 @@ -103,7 +103,7 @@ object Dependencies {
val workbenchGoogle2Tests: ModuleID =
"org.broadinstitute.dsde.workbench" %% "workbench-google2" % workbenchGoogle2V % "test" classifier "tests" excludeAll (excludeWorkbenchUtil, excludeWorkbenchModel)
val googleStorageLocal: ModuleID =
"com.google.cloud" % "google-cloud-nio" % "0.127.25" % "test" // needed for mocking google cloud storage. Should use same version as wb-libs
"com.google.cloud" % "google-cloud-nio" % "0.127.26" % "test" // needed for mocking google cloud storage. Should use same version as wb-libs

val liquibaseCore: ModuleID = "org.liquibase" % "liquibase-core" % "4.2.2"

Expand Down

0 comments on commit e5043dd

Please sign in to comment.