From f5fcb3b04a19a5884dbc44f2ea5e3498f7cd7f2a Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 8 May 2024 03:23:36 +0000 Subject: [PATCH 1/2] Update scala3-library to 3.4.1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 84d92a5..f53cb92 100644 --- a/build.sbt +++ b/build.sbt @@ -22,7 +22,7 @@ inThisBuild( ) val Scala213 = "2.13.14" -val Scala3 = "3.0.2" +val Scala3 = "3.4.1" def crossPlugin(x: sbt.librarymanagement.ModuleID) = compilerPlugin(x.cross(CrossVersion.full)) From 64fd2f7bd41b793c786feb92430f14cb424c1e7d Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 8 May 2024 03:24:09 +0000 Subject: [PATCH 2/2] 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 6836bb7..54c9bcf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,7 +27,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.13.14, 3.0.2] + scala: [2.13.14, 3.4.1] 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.4.1) uses: actions/download-artifact@v2 with: - name: target-${{ matrix.os }}-3.0.2-${{ matrix.java }} + name: target-${{ matrix.os }}-3.4.1-${{ matrix.java }} - - name: Inflate target directories (3.0.2) + - name: Inflate target directories (3.4.1) run: | tar xf targets.tar rm targets.tar