From ea0d82b3cc10676d1e180b406206de2ea7ea6547 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 9 Sep 2022 17:25:16 +0000 Subject: [PATCH 1/5] Update scala3-library to 3.2.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 0580ad4..15538a1 100644 --- a/build.sbt +++ b/build.sbt @@ -22,7 +22,7 @@ inThisBuild( ) val Scala213 = "2.13.8" -val Scala3 = "3.0.2" +val Scala3 = "3.2.0" def crossPlugin(x: sbt.librarymanagement.ModuleID) = compilerPlugin(x.cross(CrossVersion.full)) From e85af9d8ad8dfa03383d701174905882555fde01 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 9 Sep 2022 17:26:15 +0000 Subject: [PATCH 2/5] Regenerate GitHub Actions workflow Executed command: sbt githubWorkflowGenerate --- .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 ed571dc..9ba720c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,7 +27,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.13.8, 3.0.2] + scala: [2.13.8, 3.2.0] java: [graalvm-ce-java11@20.3.0] runs-on: ${{ matrix.os }} steps: @@ -111,12 +111,12 @@ jobs: tar xf targets.tar rm targets.tar - - name: Download target directories (3.0.2) + - name: Download target directories (3.2.0) uses: actions/download-artifact@v2 with: - name: target-${{ matrix.os }}-3.0.2-${{ matrix.java }} + name: target-${{ matrix.os }}-3.2.0-${{ matrix.java }} - - name: Inflate target directories (3.0.2) + - name: Inflate target directories (3.2.0) run: | tar xf targets.tar rm targets.tar From b90062093f752e2039d18ecdc257d4d041c6bb4c Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 17 Oct 2022 23:31:59 +0000 Subject: [PATCH 3/5] Revert commit(s) e85af9d, ea0d82b --- .github/workflows/ci.yml | 8 ++++---- build.sbt | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9ba720c..ed571dc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,7 +27,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.13.8, 3.2.0] + scala: [2.13.8, 3.0.2] java: [graalvm-ce-java11@20.3.0] runs-on: ${{ matrix.os }} steps: @@ -111,12 +111,12 @@ jobs: tar xf targets.tar rm targets.tar - - name: Download target directories (3.2.0) + - name: Download target directories (3.0.2) uses: actions/download-artifact@v2 with: - name: target-${{ matrix.os }}-3.2.0-${{ matrix.java }} + name: target-${{ matrix.os }}-3.0.2-${{ matrix.java }} - - name: Inflate target directories (3.2.0) + - name: Inflate target directories (3.0.2) run: | tar xf targets.tar rm targets.tar diff --git a/build.sbt b/build.sbt index 15538a1..0580ad4 100644 --- a/build.sbt +++ b/build.sbt @@ -22,7 +22,7 @@ inThisBuild( ) val Scala213 = "2.13.8" -val Scala3 = "3.2.0" +val Scala3 = "3.0.2" def crossPlugin(x: sbt.librarymanagement.ModuleID) = compilerPlugin(x.cross(CrossVersion.full)) From a3ab49f611414cf75fc3d7565d46f5ca598e6665 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 17 Oct 2022 23:32:05 +0000 Subject: [PATCH 4/5] Update scala3-library to 3.2.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 3982aa5..6854d16 100644 --- a/build.sbt +++ b/build.sbt @@ -22,7 +22,7 @@ inThisBuild( ) val Scala213 = "2.13.10" -val Scala3 = "3.0.2" +val Scala3 = "3.2.0" def crossPlugin(x: sbt.librarymanagement.ModuleID) = compilerPlugin(x.cross(CrossVersion.full)) From 0ee035b0aeb242debdc68157c774cdc0d0d5c830 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 17 Oct 2022 23:32:40 +0000 Subject: [PATCH 5/5] Regenerate GitHub Actions workflow Executed command: sbt githubWorkflowGenerate --- .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 99de6a4..6b9bc90 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,7 +27,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.13.10, 3.0.2] + scala: [2.13.10, 3.2.0] java: [graalvm-ce-java11@20.3.0] runs-on: ${{ matrix.os }} steps: @@ -111,12 +111,12 @@ jobs: tar xf targets.tar rm targets.tar - - name: Download target directories (3.0.2) + - name: Download target directories (3.2.0) uses: actions/download-artifact@v2 with: - name: target-${{ matrix.os }}-3.0.2-${{ matrix.java }} + name: target-${{ matrix.os }}-3.2.0-${{ matrix.java }} - - name: Inflate target directories (3.0.2) + - name: Inflate target directories (3.2.0) run: | tar xf targets.tar rm targets.tar