From 313b88eb239e2c2f5dd37dcbde7463794b44379d 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:21:37 +0000 Subject: [PATCH 1/2] Update scala-library to 2.12.19 --- .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 f42b984..5e423cb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.12.15, 2.13.8, 3.2.1] + scala: [2.12.19, 2.13.8, 3.2.1] java: [temurin@8] project: [rootJVM] runs-on: ${{ matrix.os }} diff --git a/build.sbt b/build.sbt index 33fd1c1..1905ee2 100644 --- a/build.sbt +++ b/build.sbt @@ -12,7 +12,7 @@ ThisBuild / tlCiReleaseBranches := Seq("main") ThisBuild / scalaVersion := "2.13.8" ThisBuild / versionScheme := Some("early-semver") -ThisBuild / crossScalaVersions := Seq("2.12.15", "2.13.8", "3.2.1") +ThisBuild / crossScalaVersions := Seq("2.12.19", "2.13.8", "3.2.1") val catsV = "2.8.0" val catsEffectV = "3.4.2" From 0bbed3ae1b3b84d56e620e50077a142beddde515 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:21:50 +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 5e423cb..5c70a30 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -139,12 +139,12 @@ jobs: ~/Library/Caches/Coursier/v1 key: ${{ runner.os }}-sbt-cache-v2-${{ hashFiles('**/*.sbt') }}-${{ hashFiles('project/build.properties') }} - - name: Download target directories (2.12.15, rootJVM) + - name: Download target directories (2.12.19, rootJVM) uses: actions/download-artifact@v2 with: - name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.15-rootJVM + name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.19-rootJVM - - name: Inflate target directories (2.12.15, rootJVM) + - name: Inflate target directories (2.12.19, rootJVM) run: | tar xf targets.tar rm targets.tar