From 42943225e45828d5965343c33c8d4e29d49fbe9b Mon Sep 17 00:00:00 2001 From: "zio-scala-steward[bot]" <145262613+zio-scala-steward[bot]@users.noreply.github.com> Date: Sat, 1 Nov 2025 00:17:18 +0000 Subject: [PATCH] Update zio-sbt-website to 0.4.0-alpha.36 --- .github/workflows/ci.yml | 60 +++++++++++++++++++-------------------- docs/reference/client.md | 2 +- project/BuildHelper.scala | 2 +- project/plugins.sbt | 4 +-- 4 files changed, 34 insertions(+), 34 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 357b805a80..cc65d29b51 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.6] + scala: [2.12.20, 2.13.17, 3.3.6] java: - graal_graalvm@17 - graal_graalvm@21 @@ -85,8 +85,8 @@ jobs: apps: sbt - name: Check formatting - if: matrix.scala == '2.13.16' - run: sbt ++2.13.16 fmtCheck + if: matrix.scala == '2.13.17' + run: sbt ++2.13.17 fmtCheck - name: Check that workflows are up to date run: sbt '++ ${{ matrix.scala }}' githubWorkflowCheck @@ -100,10 +100,10 @@ jobs: - name: Check doc generation if: ${{ github.event_name == 'pull_request' }} - run: sbt ++2.13.16 doc + run: sbt ++2.13.17 doc - name: zio-http-shaded Tests - if: matrix.scala == '2.13.16' + if: matrix.scala == '2.13.17' 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.17] java: [graal_graalvm@17] runs-on: ${{ matrix.os }} steps: @@ -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.17) uses: actions/download-artifact@v5 with: - name: target-${{ matrix.os }}-2.13.16-${{ matrix.java }} + name: target-${{ matrix.os }}-2.13.17-${{ matrix.java }} - - name: Inflate target directories (2.13.16) + - name: Inflate target directories (2.13.17) run: | tar xf targets.tar rm targets.tar @@ -262,7 +262,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.13.16] + scala: [2.13.17] 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.17] 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.17] 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.17] 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.17] 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.17] 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.17] 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.17] 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.17] 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.17] 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.17] 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.17] 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.17] 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.17] 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.17] 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.17] 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.17] 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.17] 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.17] 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.17] 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.17] java: [temurin@17] runs-on: ${{ matrix.os }} steps: diff --git a/docs/reference/client.md b/docs/reference/client.md index dd3be369a1..3194e1ecd9 100644 --- a/docs/reference/client.md +++ b/docs/reference/client.md @@ -386,7 +386,7 @@ This will log a curl command similar to: curl \ --verbose \ --request POST \ - --header 'user-agent:Zio-Http-Client/2.1.21 (Scala 2.13.16)' \ + --header 'user-agent:Zio-Http-Client/2.1.21 (Scala 2.13.17)' \ --header 'content-type:application/json' \ --header 'authorization:Bearer ' \ --data '{ diff --git a/project/BuildHelper.scala b/project/BuildHelper.scala index ed203d7d80..f3a1851f8f 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.17" val Scala3 = "3.3.6" val ScoverageVersion = "2.3.0" val JmhVersion = "0.4.7" diff --git a/project/plugins.sbt b/project/plugins.sbt index 66991d7c00..570d9084dd 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -5,9 +5,9 @@ addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.6.4") addSbtPlugin("io.spray" % "sbt-revolver" % "0.10.0") addSbtPlugin("com.github.sbt" % "sbt-github-actions" % "0.28.0") addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.11.2") -addSbtPlugin("dev.zio" % "zio-sbt-website" % "0.4.0-alpha.35") +addSbtPlugin("dev.zio" % "zio-sbt-website" % "0.4.0-alpha.36") addSbtPlugin("com.github.sbt" % "sbt-header" % "5.11.0") -addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.3.1") +addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.4.0") addSbtPlugin("io.get-coursier" % "sbt-shading" % "2.1.5") addSbtPlugin("com.github.cb372" % "sbt-explicit-dependencies" % "0.3.1") addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.20.1")