From cb9e8d7f18588b14c7d64104991ee3effd5b203f Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Fri, 4 Sep 2026 08:41:19 +0000 Subject: [PATCH 1/2] Update scala-library to 3.9.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 85b8947..0b7f627 100644 --- a/build.sbt +++ b/build.sbt @@ -10,7 +10,7 @@ ThisBuild / mergifyStewardConfig ~= { _.map(_.withAuthor("typelevel-steward[bot]")) } -ThisBuild / crossScalaVersions := Seq("2.13.18", "3.3.7") +ThisBuild / crossScalaVersions := Seq("3.9.0", "3.3.7") lazy val root = tlCrossRootProject .aggregate(toolkit, toolkitTest, tests) From f5c62bd5eda8c3740fea9a2f7b403d704df85c05 Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Fri, 4 Sep 2026 08:41:35 +0000 Subject: [PATCH 2/2] Regenerate GitHub Actions workflow Executed command: sbt githubWorkflowGenerate --- .github/workflows/ci.yml | 40 ++++++++++++++++++++-------------------- .mergify.yml | 12 ++++++------ 2 files changed, 26 insertions(+), 26 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b0f304d..9617bfb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,7 @@ jobs: strategy: matrix: os: [ubuntu-22.04] - scala: [2.13, 3] + scala: [3.9.0, 3.3.7] java: [temurin@17] project: [rootJS, rootJVM, rootNative] runs-on: ${{ matrix.os }} @@ -127,62 +127,62 @@ jobs: if: matrix.java == 'temurin@17' && steps.setup-java-temurin-17.outputs.cache-hit == 'false' run: sbt +update - - name: Download target directories (2.13, rootJS) + - name: Download target directories (3.9.0, rootJS) uses: actions/download-artifact@v6 with: - name: target-${{ matrix.os }}-${{ matrix.java }}-2.13-rootJS + name: target-${{ matrix.os }}-${{ matrix.java }}-3.9.0-rootJS - - name: Inflate target directories (2.13, rootJS) + - name: Inflate target directories (3.9.0, rootJS) run: | tar xf targets.tar rm targets.tar - - name: Download target directories (2.13, rootJVM) + - name: Download target directories (3.9.0, rootJVM) uses: actions/download-artifact@v6 with: - name: target-${{ matrix.os }}-${{ matrix.java }}-2.13-rootJVM + name: target-${{ matrix.os }}-${{ matrix.java }}-3.9.0-rootJVM - - name: Inflate target directories (2.13, rootJVM) + - name: Inflate target directories (3.9.0, rootJVM) run: | tar xf targets.tar rm targets.tar - - name: Download target directories (2.13, rootNative) + - name: Download target directories (3.9.0, rootNative) uses: actions/download-artifact@v6 with: - name: target-${{ matrix.os }}-${{ matrix.java }}-2.13-rootNative + name: target-${{ matrix.os }}-${{ matrix.java }}-3.9.0-rootNative - - name: Inflate target directories (2.13, rootNative) + - name: Inflate target directories (3.9.0, rootNative) run: | tar xf targets.tar rm targets.tar - - name: Download target directories (3, rootJS) + - name: Download target directories (3.3.7, rootJS) uses: actions/download-artifact@v6 with: - name: target-${{ matrix.os }}-${{ matrix.java }}-3-rootJS + name: target-${{ matrix.os }}-${{ matrix.java }}-3.3.7-rootJS - - name: Inflate target directories (3, rootJS) + - name: Inflate target directories (3.3.7, rootJS) run: | tar xf targets.tar rm targets.tar - - name: Download target directories (3, rootJVM) + - name: Download target directories (3.3.7, rootJVM) uses: actions/download-artifact@v6 with: - name: target-${{ matrix.os }}-${{ matrix.java }}-3-rootJVM + name: target-${{ matrix.os }}-${{ matrix.java }}-3.3.7-rootJVM - - name: Inflate target directories (3, rootJVM) + - name: Inflate target directories (3.3.7, rootJVM) run: | tar xf targets.tar rm targets.tar - - name: Download target directories (3, rootNative) + - name: Download target directories (3.3.7, rootNative) uses: actions/download-artifact@v6 with: - name: target-${{ matrix.os }}-${{ matrix.java }}-3-rootNative + name: target-${{ matrix.os }}-${{ matrix.java }}-3.3.7-rootNative - - name: Inflate target directories (3, rootNative) + - name: Inflate target directories (3.3.7, rootNative) run: | tar xf targets.tar rm targets.tar @@ -244,7 +244,7 @@ jobs: - name: Submit Dependencies uses: scalacenter/sbt-dependency-submission@v2 with: - modules-ignore: rootjs_2.13 rootjs_3 docs_3 tests_sjs1_2.13 tests_sjs1_3 rootjvm_2.13 rootjvm_3 rootnative_2.13 rootnative_3 tests_2.13 tests_3 tests_native0.5_2.13 tests_native0.5_3 + modules-ignore: rootjs_3 rootjs_3 docs_3 tests_sjs1_3 tests_sjs1_3 rootjvm_3 rootjvm_3 rootnative_3 rootnative_3 tests_3 tests_3 tests_native0.5_3 tests_native0.5_3 configs-ignore: test scala-tool scala-doc-tool test-internal site: diff --git a/.mergify.yml b/.mergify.yml index cc14eb1..4682445 100644 --- a/.mergify.yml +++ b/.mergify.yml @@ -10,12 +10,12 @@ pull_request_rules: conditions: - author=typelevel-steward[bot] - body~=labels:.*early-semver-patch - - status-success=Test (ubuntu-22.04, 2.13, temurin@17, rootJS) - - status-success=Test (ubuntu-22.04, 2.13, temurin@17, rootJVM) - - status-success=Test (ubuntu-22.04, 2.13, temurin@17, rootNative) - - status-success=Test (ubuntu-22.04, 3, temurin@17, rootJS) - - status-success=Test (ubuntu-22.04, 3, temurin@17, rootJVM) - - status-success=Test (ubuntu-22.04, 3, temurin@17, rootNative) + - status-success=Test (ubuntu-22.04, 3.9.0, temurin@17, rootJS) + - status-success=Test (ubuntu-22.04, 3.9.0, temurin@17, rootJVM) + - status-success=Test (ubuntu-22.04, 3.9.0, temurin@17, rootNative) + - status-success=Test (ubuntu-22.04, 3.3.7, temurin@17, rootJS) + - status-success=Test (ubuntu-22.04, 3.3.7, temurin@17, rootJVM) + - status-success=Test (ubuntu-22.04, 3.3.7, temurin@17, rootNative) actions: merge: {} - name: Label site PRs