From f9e332d8d6ecc2c1806e2eb32c4f100dcf9813c9 Mon Sep 17 00:00:00 2001 From: "http4s-steward[bot]" <106843772+http4s-steward[bot]@users.noreply.github.com> Date: Thu, 16 Jan 2025 00:45:57 +0000 Subject: [PATCH 1/2] Update scala-library to 2.13.16 --- .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 08e7cb7..3185858 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,7 +29,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest] - scala: [2.12.17, 2.13.11, 3.3.3] + scala: [2.12.17, 2.13.16, 3.3.3] java: [temurin@8, temurin@11, temurin@17] project: [rootJS, rootJVM] exclude: diff --git a/build.sbt b/build.sbt index bbe94ba..21cc260 100644 --- a/build.sbt +++ b/build.sbt @@ -3,7 +3,7 @@ ThisBuild / developers := List( tlGitHubDev("rossabaker", "Ross A. Baker") ) -val Scala213 = "2.13.11" +val Scala213 = "2.13.16" ThisBuild / crossScalaVersions := Seq("2.12.17", Scala213, "3.3.3") ThisBuild / scalaVersion := Scala213 From 91bb5020cbacc0afaeb10e0640c476e925d3e986 Mon Sep 17 00:00:00 2001 From: "http4s-steward[bot]" <106843772+http4s-steward[bot]@users.noreply.github.com> Date: Thu, 16 Jan 2025 00:46:13 +0000 Subject: [PATCH 2/2] Regenerate GitHub Actions workflow Executed command: sbt githubWorkflowGenerate --- .github/workflows/ci.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3185858..4cf2779 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -252,22 +252,22 @@ jobs: tar xf targets.tar rm targets.tar - - name: Download target directories (2.13.11, rootJS) + - name: Download target directories (2.13.16, rootJS) uses: actions/download-artifact@v3 with: - name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.11-rootJS + name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.16-rootJS - - name: Inflate target directories (2.13.11, rootJS) + - name: Inflate target directories (2.13.16, rootJS) run: | tar xf targets.tar rm targets.tar - - name: Download target directories (2.13.11, rootJVM) + - name: Download target directories (2.13.16, rootJVM) uses: actions/download-artifact@v3 with: - name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.11-rootJVM + name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.16-rootJVM - - name: Inflate target directories (2.13.11, rootJVM) + - name: Inflate target directories (2.13.16, rootJVM) run: | tar xf targets.tar rm targets.tar