Skip to content

Commit

Permalink
[ID-1371] Update workbench-libs version (#1526)
Browse files Browse the repository at this point in the history
* Update workbench-libs version

Adds retry on global resource usage limited
errors to operations that did not have that
check before.

* Update test dependencies

* Fix workbench notifications version
  • Loading branch information
samanehsan authored Aug 28, 2024
1 parent b5048c1 commit 83228eb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions automation/project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ object Dependencies {
val akkaV = "2.6.19"
val akkaHttpV = "10.2.2"

val workbenchLibV = "9138393"
val workbenchLibV = "3c223be"

val workbenchGoogleV = s"0.32-$workbenchLibV"
val workbenchGoogleV = s"0.33-$workbenchLibV"
val workbenchGoogle2V = s"0.36-$workbenchLibV"
val workbenchServiceTestV = s"5.0-$workbenchLibV"

Expand Down
6 changes: 3 additions & 3 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ object Dependencies {
val postgresDriverVersion = "42.7.2"
val sentryVersion = "6.15.0"

val workbenchLibV = "8d55689" // If updating this, make sure googleStorageLocal in test dependencies is up-to-date
val workbenchLibV = "3c223be" // 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.32-$workbenchLibV"
val workbenchGoogleV = s"0.33-$workbenchLibV"
val workbenchGoogle2V = s"0.36-$workbenchLibV"
val workbenchNotificationsV = s"0.6-$workbenchLibV"
val workbenchNotificationsV = s"0.7-$workbenchLibV"
val workbenchOauth2V = s"0.7-$workbenchLibV"
val monocleVersion = "2.0.5"
val crlVersion = "1.2.30-SNAPSHOT"
Expand Down

0 comments on commit 83228eb

Please sign in to comment.