From 8407f08489aa1e09317cb0a7b9c397c2fb984541 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 1 Sep 2021 14:14:28 +0200 Subject: [PATCH 1/3] 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 319a497..522c5f8 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.2" lazy val supportedScalaVersions = List( scala212, From 2903f04c520f6db44d5d509d2ac0f0bc8b8c49c8 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 1 Sep 2021 14:15:03 +0200 Subject: [PATCH 2/3] 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..2741cf9 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.2] 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.2) uses: actions/download-artifact@v2 with: - name: target-${{ matrix.os }}-3.0.0-${{ matrix.java }} + name: target-${{ matrix.os }}-3.0.2-${{ matrix.java }} - - name: Inflate target directories (3.0.0) + - name: Inflate target directories (3.0.2) run: | tar xf targets.tar rm targets.tar From b6eb1f34706af25ce57806459de87a6190faab4c Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 2 Sep 2021 15:04:43 +0200 Subject: [PATCH 3/3] Update scala3-library to 3.0.2 --- .github/workflows/ci.yml | 2 +- .github/workflows/publish.yml | 2 +- modules/document/.github/workflows/ci.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index da0d4e2..d822387 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.2] java: [adopt@1.8] runs-on: ${{ matrix.os }} steps: diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 8a927c1..f26a269 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -13,7 +13,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.12.13, 2.13.5, 3.0.0-RC2] + scala: [2.12.13, 2.13.5, 3.0.2-RC2] java: [adopt@1.8] runs-on: ${{ matrix.os }} steps: diff --git a/modules/document/.github/workflows/ci.yml b/modules/document/.github/workflows/ci.yml index 610aa96..dbf5633 100644 --- a/modules/document/.github/workflows/ci.yml +++ b/modules/document/.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.2] java: [adopt@1.11] runs-on: ${{ matrix.os }} steps: