From b43d2823cbeaf569f4e01aafc39d16b279a44441 Mon Sep 17 00:00:00 2001 From: "davenverse-steward[bot]" <130607801+davenverse-steward[bot]@users.noreply.github.com> Date: Fri, 17 May 2024 11:09:50 +0000 Subject: [PATCH 1/2] Update scala3-library to 3.3.3 --- .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 606204cd..adf6481a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.12.18, 3.3.1, 2.13.12] + scala: [2.12.18, 3.3.3, 2.13.12] java: [temurin@17] project: [rootJVM] runs-on: ${{ matrix.os }} diff --git a/build.sbt b/build.sbt index 1bbbd775..969d0e19 100644 --- a/build.sbt +++ b/build.sbt @@ -16,7 +16,7 @@ ThisBuild / githubWorkflowJavaVersions := Seq(JavaSpec.temurin("17")) val Scala213 = "2.13.12" -ThisBuild / crossScalaVersions := Seq("2.12.18", "3.3.1", Scala213) +ThisBuild / crossScalaVersions := Seq("2.12.18", "3.3.3", Scala213) ThisBuild / scalaVersion := crossScalaVersions.value.last lazy val `epimetheus` = tlCrossRootProject From 920c21c7f450e1bdfe6103c6ffbd8eb25643adb2 Mon Sep 17 00:00:00 2001 From: "davenverse-steward[bot]" <130607801+davenverse-steward[bot]@users.noreply.github.com> Date: Fri, 17 May 2024 11:10:03 +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 adf6481a..e6faa26f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -149,12 +149,12 @@ jobs: tar xf targets.tar rm targets.tar - - name: Download target directories (3.3.1, rootJVM) + - name: Download target directories (3.3.3, rootJVM) uses: actions/download-artifact@v3 with: - name: target-${{ matrix.os }}-${{ matrix.java }}-3.3.1-rootJVM + name: target-${{ matrix.os }}-${{ matrix.java }}-3.3.3-rootJVM - - name: Inflate target directories (3.3.1, rootJVM) + - name: Inflate target directories (3.3.3, rootJVM) run: | tar xf targets.tar rm targets.tar