From 3e1d59475e5e0372881494275809ac18479ef41b Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Thu, 16 Jan 2025 00:20:22 +0000 Subject: [PATCH 1/2] Update scala-library to 2.13.16 --- .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 f93acaa..07a6c55 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.16] 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.16] java: [temurin@8] runs-on: ${{ matrix.os }} steps: diff --git a/build.sbt b/build.sbt index 760a470..9eea412 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.16") ThisBuild / libraryDependencySchemes ++= Seq( // scoverage depends on scala-xml 1, but discipline-scalatest transitively pulls in scala-xml 2 From befead633093ebe348dcf88e941871cfdac01039 Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Thu, 16 Jan 2025 00:20:54 +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 07a6c55..bd3d556 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.16) uses: actions/download-artifact@v2 with: - name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.10 + name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.16 - - name: Inflate target directories (2.13.10) + - name: Inflate target directories (2.13.16) run: | tar xf targets.tar rm targets.tar