From 3aa228af43119cc4dd462283cb38db7c2dd408ef Mon Sep 17 00:00:00 2001 From: dvoet Date: Tue, 15 Oct 2024 16:22:28 -0400 Subject: [PATCH] update workbench libs to fix retry of 403 (#1567) --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 28cdbb445..956af9805 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -11,7 +11,7 @@ object Dependencies { val postgresDriverVersion = "42.7.2" val sentryVersion = "6.15.0" - val workbenchLibV = "9405803" // If updating this, make sure googleStorageLocal in test dependencies is up-to-date + val workbenchLibV = "80e4b8d" // If updating this, make sure googleStorageLocal in test dependencies is up-to-date val workbenchUtilV = s"0.10-$workbenchLibV" val workbenchUtil2V = s"0.9-$workbenchLibV" val workbenchModelV = s"0.20-$workbenchLibV"