From f5835ffe4761846332dd2d618b5c26b955fc185d Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 8 May 2024 07:15:57 +0000 Subject: [PATCH 1/2] Update scala3-library to 3.4.1 --- .github/workflows/ci.yml | 2 +- build.sbt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b8cdc6e..5447c13 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.13.14, 2.12.19, 3.3.3] + scala: [2.13.14, 2.12.19, 3.4.1] java: [zulu@8, zulu@11, zulu@17] runs-on: ${{ matrix.os }} steps: diff --git a/build.sbt b/build.sbt index 8143450..82eef28 100644 --- a/build.sbt +++ b/build.sbt @@ -13,7 +13,7 @@ val slf4jVersion = "2.0.13" val scala213 = "2.13.14" ThisBuild / scalaVersion := scala213 -ThisBuild / crossScalaVersions := Seq(scala213, "2.12.19", "3.3.3") +ThisBuild / crossScalaVersions := Seq(scala213, "2.12.19", "3.4.1") update / checksums := Nil From 05d4776e5fedbe93ad56a26aef88b3015c8e5d35 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 8 May 2024 07:16:48 +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 5447c13..96e9cbd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -130,12 +130,12 @@ jobs: tar xf targets.tar rm targets.tar - - name: Download target directories (3.3.3) + - name: Download target directories (3.4.1) uses: actions/download-artifact@v4 with: - name: target-${{ matrix.os }}-3.3.3-${{ matrix.java }} + name: target-${{ matrix.os }}-3.4.1-${{ matrix.java }} - - name: Inflate target directories (3.3.3) + - name: Inflate target directories (3.4.1) run: | tar xf targets.tar rm targets.tar