From 3dd663833512f6055dca384b22a363243429a659 Mon Sep 17 00:00:00 2001 From: Tofu Bot Date: Fri, 1 Mar 2024 01:13:13 +0000 Subject: [PATCH 1/2] Update scala3-library to 3.3.3 --- .github/workflows/ci.yml | 4 ++-- project/Version.scala | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d90c1a7..85ff7c8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [3.1.3] + scala: [3.3.3] java: [temurin@17] runs-on: ${{ matrix.os }} steps: @@ -77,7 +77,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [3.1.3] + scala: [3.3.3] java: [temurin@17] runs-on: ${{ matrix.os }} steps: diff --git a/project/Version.scala b/project/Version.scala index bcf9249..e482b98 100644 --- a/project/Version.scala +++ b/project/Version.scala @@ -1,5 +1,5 @@ object Version { - val scala = "3.1.3" + val scala = "3.3.3" val scalaTest = "3.2.18" From 93c0aee6b4edfaa95db63d548bfc33d1c6d691c2 Mon Sep 17 00:00:00 2001 From: Tofu Bot Date: Fri, 1 Mar 2024 01:13:56 +0000 Subject: [PATCH 2/2] Regenerate GitHub Actions workflow Executed command: sbt githubWorkflowGenerate --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 85ff7c8..e207d4f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -105,12 +105,12 @@ jobs: ~/Library/Caches/Coursier/v1 key: ${{ runner.os }}-sbt-cache-v2-${{ hashFiles('**/*.sbt') }}-${{ hashFiles('project/build.properties') }} - - name: Download target directories (3.1.3) + - name: Download target directories (3.3.3) uses: actions/download-artifact@v2 with: - name: target-${{ matrix.os }}-3.1.3-${{ matrix.java }} + name: target-${{ matrix.os }}-3.3.3-${{ matrix.java }} - - name: Inflate target directories (3.1.3) + - name: Inflate target directories (3.3.3) run: | tar xf targets.tar rm targets.tar