From fafd336d05ba68b5eef6ed3ad31dbf6068da7560 Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Fri, 27 Sep 2024 12:10:36 +0000 Subject: [PATCH 1/2] Update scala3-library, ... to 3.3.4 in series/1.x --- .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 9798934..f4009b6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [3.3.3, 2.12.19, 2.13.12] + scala: [3.3.4, 2.12.19, 2.13.12] java: [temurin@8] project: [rootJS, rootJVM, rootNative] runs-on: ${{ matrix.os }} diff --git a/build.sbt b/build.sbt index 9965448..f262cec 100644 --- a/build.sbt +++ b/build.sbt @@ -20,7 +20,7 @@ ThisBuild / tlBaseVersion := "1.5" ThisBuild / startYear := Some(2020) ThisBuild / developers += tlGitHubDev("djspiewak", "Daniel Spiewak") -ThisBuild / crossScalaVersions := Seq("3.3.3", "2.12.19", "2.13.12") +ThisBuild / crossScalaVersions := Seq("3.3.4", "2.12.19", "2.13.12") ThisBuild / tlVersionIntroduced := Map("3" -> "1.1.1") From 55b6c70ad110afec6cd1e8a39d4a9579485ee1ed Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Fri, 27 Sep 2024 12:10:51 +0000 Subject: [PATCH 2/2] Regenerate GitHub Actions workflow Executed command: sbt githubWorkflowGenerate --- .github/workflows/ci.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f4009b6..62a7c5c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -150,32 +150,32 @@ jobs: ~/Library/Caches/Coursier/v1 key: ${{ runner.os }}-sbt-cache-v2-${{ hashFiles('**/*.sbt') }}-${{ hashFiles('project/build.properties') }} - - name: Download target directories (3.3.3, rootJS) + - name: Download target directories (3.3.4, rootJS) uses: actions/download-artifact@v3 with: - name: target-${{ matrix.os }}-${{ matrix.java }}-3.3.3-rootJS + name: target-${{ matrix.os }}-${{ matrix.java }}-3.3.4-rootJS - - name: Inflate target directories (3.3.3, rootJS) + - name: Inflate target directories (3.3.4, rootJS) run: | tar xf targets.tar rm targets.tar - - name: Download target directories (3.3.3, rootJVM) + - name: Download target directories (3.3.4, rootJVM) uses: actions/download-artifact@v3 with: - name: target-${{ matrix.os }}-${{ matrix.java }}-3.3.3-rootJVM + name: target-${{ matrix.os }}-${{ matrix.java }}-3.3.4-rootJVM - - name: Inflate target directories (3.3.3, rootJVM) + - name: Inflate target directories (3.3.4, rootJVM) run: | tar xf targets.tar rm targets.tar - - name: Download target directories (3.3.3, rootNative) + - name: Download target directories (3.3.4, rootNative) uses: actions/download-artifact@v3 with: - name: target-${{ matrix.os }}-${{ matrix.java }}-3.3.3-rootNative + name: target-${{ matrix.os }}-${{ matrix.java }}-3.3.4-rootNative - - name: Inflate target directories (3.3.3, rootNative) + - name: Inflate target directories (3.3.4, rootNative) run: | tar xf targets.tar rm targets.tar