Skip to content

Commit

Permalink
update to latest workbench-libs
Browse files Browse the repository at this point in the history
  • Loading branch information
davidangb committed Jan 17, 2025
1 parent b47cef5 commit 9602500
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ object Dependencies {
val postgresDriverVersion = "42.7.4"
val sentryVersion = "6.15.0"

val workbenchLibV = "fa46370" // If updating this, make sure googleStorageLocal in test dependencies is up-to-date
val workbenchLibV = "4292239" // 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 workbenchGoogle2V = s"0.36-$workbenchLibV"
val workbenchNotificationsV = s"0.8-$workbenchLibV"
val workbenchOauth2V = s"0.8-$workbenchLibV"
val workbenchModelV = s"0.21-$workbenchLibV"
val workbenchGoogleV = s"0.34-$workbenchLibV"
val workbenchGoogle2V = s"0.37-$workbenchLibV"
val workbenchNotificationsV = s"0.10-$workbenchLibV"
val workbenchOauth2V = s"0.9-$workbenchLibV"
val monocleVersion = "2.0.5"
val crlVersion = "1.2.34-SNAPSHOT"
val tclVersion = "1.1.30-SNAPSHOT"
Expand Down

0 comments on commit 9602500

Please sign in to comment.