From ffe6998a284be0d7001b8a5dc348676824a286fc Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Tue, 27 Feb 2024 00:17:11 +0000 Subject: [PATCH 1/2] Update scala-library to 2.13.13 --- .github/workflows/ci.yml | 4 ++-- build.sbt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 01d8cae..3279929 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.12.17, 2.13.10] + scala: [2.12.17, 2.13.13] java: [temurin@8] runs-on: ${{ matrix.os }} steps: @@ -95,7 +95,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.13.10] + scala: [2.13.13] java: [temurin@8] runs-on: ${{ matrix.os }} steps: diff --git a/build.sbt b/build.sbt index ee2a834..79831f0 100644 --- a/build.sbt +++ b/build.sbt @@ -9,7 +9,7 @@ ThisBuild / tlCiHeaderCheck := false val catsEffectVersion = "2.5.5" val catsEffect3Version = "3.4.3" -ThisBuild / crossScalaVersions := Seq("2.12.17", "2.13.10") +ThisBuild / crossScalaVersions := Seq("2.12.17", "2.13.13") ThisBuild / libraryDependencySchemes ++= Seq( // scoverage depends on scala-xml 1, but discipline-scalatest transitively pulls in scala-xml 2 From 4d563037276cf54172522df3155b47386fb1c3d0 Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Tue, 27 Feb 2024 00:17:22 +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 3279929..c28fe1a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -142,12 +142,12 @@ jobs: tar xf targets.tar rm targets.tar - - name: Download target directories (2.13.10) + - name: Download target directories (2.13.13) uses: actions/download-artifact@v2 with: - name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.10 + name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.13 - - name: Inflate target directories (2.13.10) + - name: Inflate target directories (2.13.13) run: | tar xf targets.tar rm targets.tar