From 22f52d769adffe37173f6212ce2945fadb9e7bf4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Wro=C5=84ski?= Date: Mon, 13 Dec 2021 13:46:13 +0100 Subject: [PATCH] Update sbt to 1.5.6 --- .github/workflows/ci.yml | 4 +--- project/build.properties | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8b9213a..ebf4814 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,11 +20,9 @@ jobs: fetch-depth: 0 submodules: true - uses: coursier/cache-action@v6.3 - - name: coursier-setup - uses: laughedelic/coursier-setup@v1 + - uses: coursier/setup-action@v1.2.0-M1 with: jvm: 8 - apps: sbt-launcher:1.2.22 - name: Test run: sbt test diff --git a/project/build.properties b/project/build.properties index dbae93b..bb3a9b7 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.4.9 +sbt.version=1.5.6