From b559e16a6b967b703f3488c98f4aa9ec49f9cd20 Mon Sep 17 00:00:00 2001 From: Tristan Garwood Date: Thu, 30 May 2024 17:43:50 -0400 Subject: [PATCH] ID-1286 Update workbenchLibs - add retries to group creation and force sequential update after group creation. --- automation/project/Dependencies.scala | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/automation/project/Dependencies.scala b/automation/project/Dependencies.scala index 631032ace..11233120f 100644 --- a/automation/project/Dependencies.scala +++ b/automation/project/Dependencies.scala @@ -7,9 +7,9 @@ object Dependencies { val akkaV = "2.6.19" val akkaHttpV = "10.2.2" - val workbenchLibV = "c2a271" + val workbenchLibV = "89f86ba" - val workbenchGoogleV = s"0.31-$workbenchLibV" + val workbenchGoogleV = s"0.32-$workbenchLibV" val workbenchGoogle2V = s"0.36-$workbenchLibV" val workbenchServiceTestV = "2.0-5863cbd"