From 1c796297c657aae5830bb11733560e50d9d46102 Mon Sep 17 00:00:00 2001 From: Saman Ehsan Date: Tue, 19 Mar 2024 15:04:34 -0400 Subject: [PATCH] Update workbench libs Dependencies.scala --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 82fb905b9..f421cd06b 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -6,7 +6,7 @@ object Dependencies { val jacksonV = "2.13.5" val jacksonHotfixV = "2.13.5" // for when only some of the Jackson libs have hotfix releases val nettyV = "4.1.107.Final" - val workbenchLibsHash = "1c0cf92" // see https://github.com/broadinstitute/workbench-libs readme for hash values + val workbenchLibsHash = "0923d9d8-SNAP" // see https://github.com/broadinstitute/workbench-libs readme for hash values def excludeGuava(m: ModuleID): ModuleID = m.exclude("com.google.guava", "guava") val excludeAkkaActor = ExclusionRule(organization = "com.typesafe.akka", name = "akka-actor_2.13")