From 553dc6e6b5c10bf35822deb10ad4e35fda39d6e6 Mon Sep 17 00:00:00 2001 From: "zio-scala-steward[bot]" <145262613+zio-scala-steward[bot]@users.noreply.github.com> Date: Thu, 27 Nov 2025 00:19:33 +0000 Subject: [PATCH 1/2] Update scala-library, scala-reflect to 2.13.18 --- .github/workflows/ci.yml | 50 +++++++++++++++++++-------------------- project/BuildHelper.scala | 4 ++-- 2 files changed, 27 insertions(+), 27 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ca2243fe4..08c335c16 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,7 +26,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.12.20, 2.13.16, 3.3.7] + scala: [2.12.20, 2.13.18, 3.3.7] java: - graal_graalvm@17 - graal_graalvm@21 @@ -85,7 +85,7 @@ jobs: apps: sbt - name: Check formatting - if: matrix.scala == '2.13.16' + if: matrix.scala == '2.13.18' run: sbt ++2.13.16 fmtCheck - name: Check that workflows are up to date @@ -103,7 +103,7 @@ jobs: run: sbt ++2.13.16 doc - name: zio-http-shaded Tests - if: matrix.scala == '2.13.16' + if: matrix.scala == '2.13.18' env: PUBLISH_SHADED: true run: sbt '++ ${{ matrix.scala }}' zioHttpShadedTests/test @@ -124,7 +124,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.13.16] + scala: [2.13.18] java: [graal_graalvm@17] runs-on: ${{ matrix.os }} steps: @@ -262,7 +262,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.13.16] + scala: [2.13.18] java: [temurin@17] runs-on: ${{ matrix.os }} steps: @@ -298,7 +298,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.13.16] + scala: [2.13.18] java: [temurin@17] runs-on: ${{ matrix.os }} steps: @@ -336,7 +336,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.13.16] + scala: [2.13.18] java: [temurin@17] runs-on: ${{ matrix.os }} steps: @@ -374,7 +374,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.13.16] + scala: [2.13.18] java: [temurin@17] runs-on: ${{ matrix.os }} steps: @@ -412,7 +412,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.13.16] + scala: [2.13.18] java: [temurin@17] runs-on: ${{ matrix.os }} steps: @@ -450,7 +450,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.13.16] + scala: [2.13.18] java: [temurin@17] runs-on: ${{ matrix.os }} steps: @@ -488,7 +488,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.13.16] + scala: [2.13.18] java: [temurin@17] runs-on: ${{ matrix.os }} steps: @@ -526,7 +526,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.13.16] + scala: [2.13.18] java: [temurin@17] runs-on: ${{ matrix.os }} steps: @@ -564,7 +564,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.13.16] + scala: [2.13.18] java: [temurin@17] runs-on: ${{ matrix.os }} steps: @@ -602,7 +602,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.13.16] + scala: [2.13.18] java: [temurin@17] runs-on: ${{ matrix.os }} steps: @@ -640,7 +640,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.13.16] + scala: [2.13.18] java: [temurin@17] runs-on: ${{ matrix.os }} steps: @@ -678,7 +678,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.13.16] + scala: [2.13.18] java: [temurin@17] runs-on: ${{ matrix.os }} steps: @@ -716,7 +716,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.13.16] + scala: [2.13.18] java: [temurin@17] runs-on: ${{ matrix.os }} steps: @@ -754,7 +754,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.13.16] + scala: [2.13.18] java: [temurin@17] runs-on: ${{ matrix.os }} steps: @@ -792,7 +792,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.13.16] + scala: [2.13.18] java: [temurin@17] runs-on: ${{ matrix.os }} steps: @@ -830,7 +830,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.13.16] + scala: [2.13.18] java: [temurin@17] runs-on: ${{ matrix.os }} steps: @@ -868,7 +868,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.13.16] + scala: [2.13.18] java: [temurin@17] runs-on: ${{ matrix.os }} steps: @@ -906,7 +906,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.13.16] + scala: [2.13.18] java: [temurin@17] runs-on: ${{ matrix.os }} steps: @@ -944,7 +944,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.13.16] + scala: [2.13.18] java: [temurin@17] runs-on: ${{ matrix.os }} steps: @@ -1138,7 +1138,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.13.16] + scala: [2.13.18] java: [temurin@17] runs-on: ${{ matrix.os }} steps: @@ -1217,7 +1217,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.13.16] + scala: [2.13.18] java: [temurin@17] runs-on: ${{ matrix.os }} steps: diff --git a/project/BuildHelper.scala b/project/BuildHelper.scala index cc0de1ad5..dbec99f90 100644 --- a/project/BuildHelper.scala +++ b/project/BuildHelper.scala @@ -6,7 +6,7 @@ import sbtcrossproject.CrossPlugin.autoImport.crossProjectPlatform object BuildHelper extends ScalaSettings { val Scala212 = "2.12.20" - val Scala213 = "2.13.16" + val Scala213 = "2.13.18" val Scala3 = "3.3.7" val ScoverageVersion = "2.3.0" val JmhVersion = "0.4.7" @@ -92,7 +92,7 @@ object BuildHelper extends ScalaSettings { } }, // Skip doc generation entirely for Scala 2.12 to avoid pickler phase issues - Compile / doc / sources := { + Compile / doc / sources := { CrossVersion.partialVersion(scalaVersion.value) match { case Some((2, 12)) => Seq.empty case _ => (Compile / doc / sources).value From 39d2675b2001f0fa20484773cc47a64a29d0a129 Mon Sep 17 00:00:00 2001 From: "zio-scala-steward[bot]" <145262613+zio-scala-steward[bot]@users.noreply.github.com> Date: Thu, 27 Nov 2025 00:19:57 +0000 Subject: [PATCH 2/2] Regenerate GitHub Actions workflow Executed command: sbt githubWorkflowGenerate --- .github/workflows/ci.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 08c335c16..d251f7ec1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -86,7 +86,7 @@ jobs: - name: Check formatting if: matrix.scala == '2.13.18' - run: sbt ++2.13.16 fmtCheck + run: sbt ++2.13.18 fmtCheck - name: Check that workflows are up to date run: sbt '++ ${{ matrix.scala }}' githubWorkflowCheck @@ -100,7 +100,7 @@ jobs: - name: Check doc generation if: ${{ github.event_name == 'pull_request' }} - run: sbt ++2.13.16 doc + run: sbt ++2.13.18 doc - name: zio-http-shaded Tests if: matrix.scala == '2.13.18' @@ -182,12 +182,12 @@ jobs: tar xf targets.tar rm targets.tar - - name: Download target directories (2.13.16) + - name: Download target directories (2.13.18) uses: actions/download-artifact@v5 with: - name: target-${{ matrix.os }}-2.13.16-${{ matrix.java }} + name: target-${{ matrix.os }}-2.13.18-${{ matrix.java }} - - name: Inflate target directories (2.13.16) + - name: Inflate target directories (2.13.18) run: | tar xf targets.tar rm targets.tar