From 8d1f193873108785fa2e49b23236be489f199e52 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 9 Jul 2021 16:39:18 +0200 Subject: [PATCH 1/2] Update scala3-library to 3.0.1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 319a497..305bca9 100644 --- a/build.sbt +++ b/build.sbt @@ -1,7 +1,7 @@ lazy val scala212 = "2.12.14" lazy val scala213 = "2.13.6" lazy val scalaJs = "0.6.31" -lazy val scala3 = "3.0.0" +lazy val scala3 = "3.0.1" lazy val supportedScalaVersions = List( scala212, From ecc57b87bb110964777be8a3583da7380265fa37 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 9 Jul 2021 16:39:56 +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 2073794..33b645c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.12.14, 2.13.6, 3.0.0] + scala: [2.12.14, 2.13.6, 3.0.1] java: [adopt@1.11] runs-on: ${{ matrix.os }} steps: @@ -116,12 +116,12 @@ jobs: tar xf targets.tar rm targets.tar - - name: Download target directories (3.0.0) + - name: Download target directories (3.0.1) uses: actions/download-artifact@v2 with: - name: target-${{ matrix.os }}-3.0.0-${{ matrix.java }} + name: target-${{ matrix.os }}-3.0.1-${{ matrix.java }} - - name: Inflate target directories (3.0.0) + - name: Inflate target directories (3.0.1) run: | tar xf targets.tar rm targets.tar