From 6b364b8902423a66704a1775f39eadd53d1b5662 Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Thu, 29 Feb 2024 20:23:53 +0000 Subject: [PATCH 1/2] Update scala3-library, ... to 3.3.3 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 7f344cb1..0aba815d 100644 --- a/build.sbt +++ b/build.sbt @@ -1,6 +1,6 @@ val Scala212 = "2.12.18" val Scala213 = "2.13.12" -val Scala3Version = "3.3.0" +val Scala3Version = "3.3.3" ThisBuild / tlBaseVersion := "0.4" From 514bbe18b76395da6a64ad8f41e6f820c33e1dd5 Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Thu, 29 Feb 2024 20:24:11 +0000 Subject: [PATCH 2/2] Regenerate GitHub Actions workflow Executed command: sbt githubWorkflowGenerate --- .github/workflows/ci.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 50053876..1d7898cd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.13.12, 2.12.18, 3.3.0] + scala: [2.13.12, 2.12.18, 3.3.3] java: [temurin@8] project: [rootJS, rootJVM, rootNative] runs-on: ${{ matrix.os }} @@ -210,32 +210,32 @@ jobs: tar xf targets.tar rm targets.tar - - name: Download target directories (3.3.0, rootJS) + - name: Download target directories (3.3.3, rootJS) uses: actions/download-artifact@v3 with: - name: target-${{ matrix.os }}-${{ matrix.java }}-3.3.0-rootJS + name: target-${{ matrix.os }}-${{ matrix.java }}-3.3.3-rootJS - - name: Inflate target directories (3.3.0, rootJS) + - name: Inflate target directories (3.3.3, rootJS) run: | tar xf targets.tar rm targets.tar - - name: Download target directories (3.3.0, rootJVM) + - name: Download target directories (3.3.3, rootJVM) uses: actions/download-artifact@v3 with: - name: target-${{ matrix.os }}-${{ matrix.java }}-3.3.0-rootJVM + name: target-${{ matrix.os }}-${{ matrix.java }}-3.3.3-rootJVM - - name: Inflate target directories (3.3.0, rootJVM) + - name: Inflate target directories (3.3.3, rootJVM) run: | tar xf targets.tar rm targets.tar - - name: Download target directories (3.3.0, rootNative) + - name: Download target directories (3.3.3, rootNative) uses: actions/download-artifact@v3 with: - name: target-${{ matrix.os }}-${{ matrix.java }}-3.3.0-rootNative + name: target-${{ matrix.os }}-${{ matrix.java }}-3.3.3-rootNative - - name: Inflate target directories (3.3.0, rootNative) + - name: Inflate target directories (3.3.3, rootNative) run: | tar xf targets.tar rm targets.tar