From 1276b25b1784254edc3aead39083f3ff7572591c Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Thu, 2 May 2024 00:14:13 +0000 Subject: [PATCH 1/2] Update scala-library to 2.13.14 --- .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 eca4bebb..c5c85b51 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.17, 2.13.8] + scala: [3.3.3, 2.12.17, 2.13.14] java: [temurin@8] project: [rootJS, rootJVM, rootNative] jsenv: [NodeJS, Chrome, Firefox] diff --git a/build.sbt b/build.sbt index 0edac323..fb0d5c0d 100644 --- a/build.sbt +++ b/build.sbt @@ -31,7 +31,7 @@ ThisBuild / developers := List( ) ThisBuild / startYear := Some(2021) -ThisBuild / crossScalaVersions := Seq("3.3.3", "2.12.17", "2.13.8") +ThisBuild / crossScalaVersions := Seq("3.3.3", "2.12.17", "2.13.14") ThisBuild / githubWorkflowBuildPreamble ++= Seq( WorkflowStep.Use( From 2c1397fe29394950a8d97144095582c2e62a64c6 Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Thu, 2 May 2024 00:14:53 +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 c5c85b51..22bc3d69 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -230,32 +230,32 @@ jobs: tar xf targets.tar rm targets.tar - - name: Download target directories (2.13.8, NodeJS, rootJS) + - name: Download target directories (2.13.14, NodeJS, rootJS) uses: actions/download-artifact@v3 with: - name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.8-NodeJS-rootJS + name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.14-NodeJS-rootJS - - name: Inflate target directories (2.13.8, NodeJS, rootJS) + - name: Inflate target directories (2.13.14, NodeJS, rootJS) run: | tar xf targets.tar rm targets.tar - - name: Download target directories (2.13.8, NodeJS, rootJVM) + - name: Download target directories (2.13.14, NodeJS, rootJVM) uses: actions/download-artifact@v3 with: - name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.8-NodeJS-rootJVM + name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.14-NodeJS-rootJVM - - name: Inflate target directories (2.13.8, NodeJS, rootJVM) + - name: Inflate target directories (2.13.14, NodeJS, rootJVM) run: | tar xf targets.tar rm targets.tar - - name: Download target directories (2.13.8, NodeJS, rootNative) + - name: Download target directories (2.13.14, NodeJS, rootNative) uses: actions/download-artifact@v3 with: - name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.8-NodeJS-rootNative + name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.14-NodeJS-rootNative - - name: Inflate target directories (2.13.8, NodeJS, rootNative) + - name: Inflate target directories (2.13.14, NodeJS, rootNative) run: | tar xf targets.tar rm targets.tar