From b70182b4e5e9fe865290309e9314a53ac2881ddc Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 1 Sep 2021 16:34:49 +0200 Subject: [PATCH 1/2] Update scala3-library, ... to 3.0.2 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 2328787d..3726a546 100644 --- a/build.sbt +++ b/build.sbt @@ -2,7 +2,7 @@ import sbtghactions.UseRef val Scala213 = "2.13.6" val Scala212 = "2.12.14" -val Scala3 = "3.0.1" +val Scala3 = "3.0.2" enablePlugins(SonatypeCiReleasePlugin) From d9f940597ebe3665b5cf1084ea23c1587591c9a5 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 1 Sep 2021 16:35:21 +0200 Subject: [PATCH 2/2] Regenerate workflow with sbt-github-actions --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e4d1912a..73a63b74 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,7 +26,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.13.6, 2.12.14, 3.0.1] + scala: [2.13.6, 2.12.14, 3.0.2] java: [adopt@1.8, adopt@1.11] runs-on: ${{ matrix.os }} steps: @@ -123,12 +123,12 @@ jobs: tar xf targets.tar rm targets.tar - - name: Download target directories (3.0.1) + - name: Download target directories (3.0.2) uses: actions/download-artifact@v2 with: - name: target-${{ matrix.os }}-3.0.1-${{ matrix.java }} + name: target-${{ matrix.os }}-3.0.2-${{ matrix.java }} - - name: Inflate target directories (3.0.1) + - name: Inflate target directories (3.0.2) run: | tar xf targets.tar rm targets.tar