From 15a2141918ef9cbe317f349a186644b48bee3c75 Mon Sep 17 00:00:00 2001 From: "http4s-steward[bot]" <106843772+http4s-steward[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 12:45:57 +0000 Subject: [PATCH 1/2] Update scala-library to 2.13.12 in main --- .github/workflows/ci.yml | 6 +++--- build.sbt | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 48e1a5d..6edac83 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.13.8, 3.2.1] + scala: [2.13.12, 3.2.1] java: [temurin@8, temurin@11, temurin@17] exclude: - scala: 3.2.1 @@ -151,7 +151,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.13.8] + scala: [2.13.12] java: [temurin@8] runs-on: ${{ matrix.os }} steps: @@ -259,7 +259,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.13.8] + scala: [2.13.12] java: [temurin@8] runs-on: ${{ matrix.os }} steps: diff --git a/build.sbt b/build.sbt index 83b66d5..9150ba6 100644 --- a/build.sbt +++ b/build.sbt @@ -4,7 +4,7 @@ ThisBuild / developers := List( ) ThisBuild / startYear := Some(2014) -val Scala213 = "2.13.8" +val Scala213 = "2.13.12" ThisBuild / crossScalaVersions := Seq(Scala213, "3.2.1") ThisBuild / scalaVersion := Scala213 From 63f8a9bba3907e3d6beaee92eba6af9f1f25b45d Mon Sep 17 00:00:00 2001 From: "http4s-steward[bot]" <106843772+http4s-steward[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 12:46:23 +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 6edac83..c8026ac 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -220,12 +220,12 @@ jobs: ~/Library/Caches/Coursier/v1 key: ${{ runner.os }}-sbt-cache-v2-${{ hashFiles('**/*.sbt') }}-${{ hashFiles('project/build.properties') }} - - name: Download target directories (2.13.8) + - name: Download target directories (2.13.12) uses: actions/download-artifact@v2 with: - name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.8 + name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.12 - - name: Inflate target directories (2.13.8) + - name: Inflate target directories (2.13.12) run: | tar xf targets.tar rm targets.tar