We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 532964c commit d53bb1bCopy full SHA for d53bb1b
project/Dependencies.scala
@@ -11,7 +11,7 @@ object Dependencies {
11
val postgresDriverVersion = "42.7.2"
12
val sentryVersion = "6.15.0"
13
14
- val workbenchLibV = "89f86ba" // If updating this, make sure googleStorageLocal in test dependencies is up-to-date
+ val workbenchLibV = "a6ad7dc" // If updating this, make sure googleStorageLocal in test dependencies is up-to-date
15
val workbenchUtilV = s"0.10-$workbenchLibV"
16
val workbenchUtil2V = s"0.9-$workbenchLibV"
17
val workbenchModelV = s"0.19-$workbenchLibV"
0 commit comments