From ce4978954138ceef01d4b9281511ec03e6d1f99c Mon Sep 17 00:00:00 2001 From: Olivia Kotsopoulos Date: Mon, 15 Jul 2024 14:43:37 -0400 Subject: [PATCH] [DCJ-507] Update Stairway for context-awareness with work queue enabled --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 2e3607d..e2b670a 100644 --- a/build.gradle +++ b/build.gradle @@ -78,7 +78,7 @@ dependencies { // Terra libraries implementation group: 'org.broadinstitute.dsde.workbench', name: 'sam-client_2.13', version: '0.1-0c4b377' - var stairwayVersion= '1.1.7-SNAPSHOT' + var stairwayVersion= '1.1.10-SNAPSHOT' api "bio.terra:stairway-gcp:${stairwayVersion}" implementation "bio.terra:stairway-azure:${stairwayVersion}"