From 47e4c55b1a666995451a977a52d527532a49edd8 Mon Sep 17 00:00:00 2001 From: Tristan Garwood Date: Fri, 6 Sep 2024 13:13:12 -0400 Subject: [PATCH] Revert "[ID-1371] Update workbench-libs version (#1526)" This reverts commit 83228eb551cd861f8d7fbc71b14a0af6f676e593. --- automation/project/Dependencies.scala | 4 ++-- project/Dependencies.scala | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/automation/project/Dependencies.scala b/automation/project/Dependencies.scala index 553a9eab7..301e3c7ea 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 = "3c223be" + val workbenchLibV = "9138393" - val workbenchGoogleV = s"0.33-$workbenchLibV" + val workbenchGoogleV = s"0.32-$workbenchLibV" val workbenchGoogle2V = s"0.36-$workbenchLibV" val workbenchServiceTestV = s"5.0-$workbenchLibV" diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 503821f91..7f48adc6f 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -11,13 +11,13 @@ object Dependencies { val postgresDriverVersion = "42.7.2" val sentryVersion = "6.15.0" - val workbenchLibV = "3c223be" // If updating this, make sure googleStorageLocal in test dependencies is up-to-date + val workbenchLibV = "8d55689" // 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" - val workbenchGoogleV = s"0.33-$workbenchLibV" + val workbenchGoogleV = s"0.32-$workbenchLibV" val workbenchGoogle2V = s"0.36-$workbenchLibV" - val workbenchNotificationsV = s"0.7-$workbenchLibV" + val workbenchNotificationsV = s"0.6-$workbenchLibV" val workbenchOauth2V = s"0.7-$workbenchLibV" val monocleVersion = "2.0.5" val crlVersion = "1.2.30-SNAPSHOT"