From e8eda762781bd122272c463501be8095644b4e52 Mon Sep 17 00:00:00 2001 From: Eugene Yokota Date: Mon, 9 Nov 2020 11:58:06 -0500 Subject: [PATCH] Downgrade integration test to use sbt 1.3.13 --- .github/workflows/ci.yml | 1 + citest/project/build.properties | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1248faee1..fbddddc8c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,6 +6,7 @@ on: jobs: test: strategy: + fail-fast: false matrix: include: - os: ubuntu-latest diff --git a/citest/project/build.properties b/citest/project/build.properties index ea3a73ab1..0837f7a13 100644 --- a/citest/project/build.properties +++ b/citest/project/build.properties @@ -1 +1 @@ -sbt.version=1.4.0-RC2 +sbt.version=1.3.13