From 49135a70a9b3348d6e8b663ec90dd0c8b79f6d65 Mon Sep 17 00:00:00 2001 From: Bria Morgan Date: Wed, 29 Nov 2023 08:54:51 -0500 Subject: [PATCH] update other workbench versions --- project/Dependencies.scala | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 129389353..82e966565 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -6,7 +6,7 @@ object Dependencies { val jacksonV = "2.13.4" val jacksonHotfixV = "2.13.4.2" // for when only some of the Jackson libs have hotfix releases val nettyV = "4.1.101.Final" - val workbenchLibsHash = "084d25b" + val workbenchLibsHash = "2147824" def excludeGuava(m: ModuleID): ModuleID = m.exclude("com.google.guava", "guava") val excludeAkkaActor = ExclusionRule(organization = "com.typesafe.akka", name = "akka-actor_2.13") @@ -51,10 +51,10 @@ object Dependencies { exclude("bio.terra", "workspace-manager-client") excludeAll(excludeAkkaHttp, excludeSprayJson), excludeGuava("org.broadinstitute.dsde.workbench" %% "workbench-util" % "0.10-128901e"), - "org.broadinstitute.dsde.workbench" %% "workbench-google2" % s"0.34-2147824", - "org.broadinstitute.dsde.workbench" %% "workbench-oauth2" % s"0.2-$workbenchLibsHash", + "org.broadinstitute.dsde.workbench" %% "workbench-google2" % s"0.34-$workbenchLibsHash", + "org.broadinstitute.dsde.workbench" %% "workbench-oauth2" % s"0.5-$workbenchLibsHash", "org.broadinstitute.dsde.workbench" %% "sam-client" % "0.1-ef83073", - "org.broadinstitute.dsde.workbench" %% "workbench-notifications" %s"0.3-$workbenchLibsHash", + "org.broadinstitute.dsde.workbench" %% "workbench-notifications" %s"0.6-$workbenchLibsHash", "com.typesafe.akka" %% "akka-actor" % akkaV, "com.typesafe.akka" %% "akka-slf4j" % akkaV,