From 543cd79319fc6b4d7c9ef642af55c7cd13ecde15 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 8 Sep 2023 20:22:19 +0000 Subject: [PATCH 01/11] Update scala3-library, ... to 3.3.1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 5cf2eff33..d714ac601 100644 --- a/build.sbt +++ b/build.sbt @@ -13,7 +13,7 @@ val gitDevUrl = s"git@github.com:$gitHubOwner/$projectName.git" val Scala_2_12 = "2.12.18" val Scala_2_13 = "2.13.11" -val Scala_3 = "3.3.0" +val Scala_3 = "3.3.1" val catsVersion = "2.10.0" val jsonpathVersion = "2.8.0" From e170415581fc7097eb8c924421cf93f602d9a285 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 8 Sep 2023 20:23:33 +0000 Subject: [PATCH 02/11] Regenerate GitHub Actions workflow Executed command: sbt githubWorkflowGenerate --- .github/workflows/ci.yml | 10 +++++----- .mergify.yml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 31a491fa0..2f4c5088b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.12.18, 2.13.11, 3.3.0] + scala: [2.12.18, 2.13.11, 3.3.1] java: [temurin@8] runs-on: ${{ matrix.os }} steps: @@ -68,7 +68,7 @@ jobs: run: sbt '++ ${{ matrix.scala }}' validateJVM validateJS validateNative - name: Build project (Scala 3) - if: matrix.scala == '3.3.0' + if: matrix.scala == '3.3.1' run: sbt '++ ${{ matrix.scala }}' validateJVM30 validateJS30 validateNative30 - name: Codecov @@ -152,12 +152,12 @@ jobs: tar xf targets.tar rm targets.tar - - name: Download target directories (3.3.0) + - name: Download target directories (3.3.1) uses: actions/download-artifact@v3 with: - name: target-${{ matrix.os }}-${{ matrix.java }}-3.3.0 + name: target-${{ matrix.os }}-${{ matrix.java }}-3.3.1 - - name: Inflate target directories (3.3.0) + - name: Inflate target directories (3.3.1) run: | tar xf targets.tar rm targets.tar diff --git a/.mergify.yml b/.mergify.yml index ca62fe7fd..dc9e53e7c 100644 --- a/.mergify.yml +++ b/.mergify.yml @@ -12,7 +12,7 @@ pull_request_rules: - body~=labels:.*early-semver-patch - status-success=Build and Test (ubuntu-latest, 2.12.18, temurin@8) - status-success=Build and Test (ubuntu-latest, 2.13.11, temurin@8) - - status-success=Build and Test (ubuntu-latest, 3.3.0, temurin@8) + - status-success=Build and Test (ubuntu-latest, 3.3.1, temurin@8) actions: merge: {} - name: Label benchmark PRs From b0e3ab97a91741a8d625101d8a14170cd5a3a3bb Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 10 Sep 2023 16:04:01 +0000 Subject: [PATCH 03/11] Revert commit(s) e1704155, 543cd793 --- .github/workflows/ci.yml | 10 +++++----- .mergify.yml | 2 +- build.sbt | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2f4c5088b..31a491fa0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.12.18, 2.13.11, 3.3.1] + scala: [2.12.18, 2.13.11, 3.3.0] java: [temurin@8] runs-on: ${{ matrix.os }} steps: @@ -68,7 +68,7 @@ jobs: run: sbt '++ ${{ matrix.scala }}' validateJVM validateJS validateNative - name: Build project (Scala 3) - if: matrix.scala == '3.3.1' + if: matrix.scala == '3.3.0' run: sbt '++ ${{ matrix.scala }}' validateJVM30 validateJS30 validateNative30 - name: Codecov @@ -152,12 +152,12 @@ jobs: tar xf targets.tar rm targets.tar - - name: Download target directories (3.3.1) + - name: Download target directories (3.3.0) uses: actions/download-artifact@v3 with: - name: target-${{ matrix.os }}-${{ matrix.java }}-3.3.1 + name: target-${{ matrix.os }}-${{ matrix.java }}-3.3.0 - - name: Inflate target directories (3.3.1) + - name: Inflate target directories (3.3.0) run: | tar xf targets.tar rm targets.tar diff --git a/.mergify.yml b/.mergify.yml index dc9e53e7c..ca62fe7fd 100644 --- a/.mergify.yml +++ b/.mergify.yml @@ -12,7 +12,7 @@ pull_request_rules: - body~=labels:.*early-semver-patch - status-success=Build and Test (ubuntu-latest, 2.12.18, temurin@8) - status-success=Build and Test (ubuntu-latest, 2.13.11, temurin@8) - - status-success=Build and Test (ubuntu-latest, 3.3.1, temurin@8) + - status-success=Build and Test (ubuntu-latest, 3.3.0, temurin@8) actions: merge: {} - name: Label benchmark PRs diff --git a/build.sbt b/build.sbt index d714ac601..5cf2eff33 100644 --- a/build.sbt +++ b/build.sbt @@ -13,7 +13,7 @@ val gitDevUrl = s"git@github.com:$gitHubOwner/$projectName.git" val Scala_2_12 = "2.12.18" val Scala_2_13 = "2.13.11" -val Scala_3 = "3.3.1" +val Scala_3 = "3.3.0" val catsVersion = "2.10.0" val jsonpathVersion = "2.8.0" From e73565d1e259aad1e071c8cda0bba815b1e409a9 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 10 Sep 2023 16:04:07 +0000 Subject: [PATCH 04/11] Update scala3-library, ... to 3.3.1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 5cf2eff33..d714ac601 100644 --- a/build.sbt +++ b/build.sbt @@ -13,7 +13,7 @@ val gitDevUrl = s"git@github.com:$gitHubOwner/$projectName.git" val Scala_2_12 = "2.12.18" val Scala_2_13 = "2.13.11" -val Scala_3 = "3.3.0" +val Scala_3 = "3.3.1" val catsVersion = "2.10.0" val jsonpathVersion = "2.8.0" From 9408233b9f0b6dd9f9be5638c4fd4dc251b8ff42 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 10 Sep 2023 16:05:06 +0000 Subject: [PATCH 05/11] Regenerate GitHub Actions workflow Executed command: sbt githubWorkflowGenerate --- .github/workflows/ci.yml | 10 +++++----- .mergify.yml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 31a491fa0..2f4c5088b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.12.18, 2.13.11, 3.3.0] + scala: [2.12.18, 2.13.11, 3.3.1] java: [temurin@8] runs-on: ${{ matrix.os }} steps: @@ -68,7 +68,7 @@ jobs: run: sbt '++ ${{ matrix.scala }}' validateJVM validateJS validateNative - name: Build project (Scala 3) - if: matrix.scala == '3.3.0' + if: matrix.scala == '3.3.1' run: sbt '++ ${{ matrix.scala }}' validateJVM30 validateJS30 validateNative30 - name: Codecov @@ -152,12 +152,12 @@ jobs: tar xf targets.tar rm targets.tar - - name: Download target directories (3.3.0) + - name: Download target directories (3.3.1) uses: actions/download-artifact@v3 with: - name: target-${{ matrix.os }}-${{ matrix.java }}-3.3.0 + name: target-${{ matrix.os }}-${{ matrix.java }}-3.3.1 - - name: Inflate target directories (3.3.0) + - name: Inflate target directories (3.3.1) run: | tar xf targets.tar rm targets.tar diff --git a/.mergify.yml b/.mergify.yml index ca62fe7fd..dc9e53e7c 100644 --- a/.mergify.yml +++ b/.mergify.yml @@ -12,7 +12,7 @@ pull_request_rules: - body~=labels:.*early-semver-patch - status-success=Build and Test (ubuntu-latest, 2.12.18, temurin@8) - status-success=Build and Test (ubuntu-latest, 2.13.11, temurin@8) - - status-success=Build and Test (ubuntu-latest, 3.3.0, temurin@8) + - status-success=Build and Test (ubuntu-latest, 3.3.1, temurin@8) actions: merge: {} - name: Label benchmark PRs From e03829319100ae12caed3a24c22b60bf94bc05fb Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 12 Sep 2023 18:17:24 +0000 Subject: [PATCH 06/11] Revert commit(s) 9408233b, e73565d1 --- .github/workflows/ci.yml | 10 +++++----- .mergify.yml | 2 +- build.sbt | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2f4c5088b..31a491fa0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.12.18, 2.13.11, 3.3.1] + scala: [2.12.18, 2.13.11, 3.3.0] java: [temurin@8] runs-on: ${{ matrix.os }} steps: @@ -68,7 +68,7 @@ jobs: run: sbt '++ ${{ matrix.scala }}' validateJVM validateJS validateNative - name: Build project (Scala 3) - if: matrix.scala == '3.3.1' + if: matrix.scala == '3.3.0' run: sbt '++ ${{ matrix.scala }}' validateJVM30 validateJS30 validateNative30 - name: Codecov @@ -152,12 +152,12 @@ jobs: tar xf targets.tar rm targets.tar - - name: Download target directories (3.3.1) + - name: Download target directories (3.3.0) uses: actions/download-artifact@v3 with: - name: target-${{ matrix.os }}-${{ matrix.java }}-3.3.1 + name: target-${{ matrix.os }}-${{ matrix.java }}-3.3.0 - - name: Inflate target directories (3.3.1) + - name: Inflate target directories (3.3.0) run: | tar xf targets.tar rm targets.tar diff --git a/.mergify.yml b/.mergify.yml index dc9e53e7c..ca62fe7fd 100644 --- a/.mergify.yml +++ b/.mergify.yml @@ -12,7 +12,7 @@ pull_request_rules: - body~=labels:.*early-semver-patch - status-success=Build and Test (ubuntu-latest, 2.12.18, temurin@8) - status-success=Build and Test (ubuntu-latest, 2.13.11, temurin@8) - - status-success=Build and Test (ubuntu-latest, 3.3.1, temurin@8) + - status-success=Build and Test (ubuntu-latest, 3.3.0, temurin@8) actions: merge: {} - name: Label benchmark PRs diff --git a/build.sbt b/build.sbt index d714ac601..5cf2eff33 100644 --- a/build.sbt +++ b/build.sbt @@ -13,7 +13,7 @@ val gitDevUrl = s"git@github.com:$gitHubOwner/$projectName.git" val Scala_2_12 = "2.12.18" val Scala_2_13 = "2.13.11" -val Scala_3 = "3.3.1" +val Scala_3 = "3.3.0" val catsVersion = "2.10.0" val jsonpathVersion = "2.8.0" From e58690baeb56daf10f0c4c3256a0c6f07dd59402 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 12 Sep 2023 18:17:30 +0000 Subject: [PATCH 07/11] Update scala3-library, ... to 3.3.1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 5cf2eff33..d714ac601 100644 --- a/build.sbt +++ b/build.sbt @@ -13,7 +13,7 @@ val gitDevUrl = s"git@github.com:$gitHubOwner/$projectName.git" val Scala_2_12 = "2.12.18" val Scala_2_13 = "2.13.11" -val Scala_3 = "3.3.0" +val Scala_3 = "3.3.1" val catsVersion = "2.10.0" val jsonpathVersion = "2.8.0" From 8969c5cd735e971c3be8e485ce7883ac02e90b68 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 12 Sep 2023 18:18:18 +0000 Subject: [PATCH 08/11] Regenerate GitHub Actions workflow Executed command: sbt githubWorkflowGenerate --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b8d7cab88..7794cdcc4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -59,7 +59,7 @@ jobs: run: sbt '++ ${{ matrix.scala }}' validateJVM validateJS validateNative - name: Build project (Scala 3) - if: matrix.scala == '3.3.0' + if: matrix.scala == '3.3.1' run: sbt '++ ${{ matrix.scala }}' validateJVM30 validateJS30 validateNative30 - name: Codecov From 351c78511633caac1650a8221578fd21e263509e Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 13 Sep 2023 18:12:02 +0000 Subject: [PATCH 09/11] Revert commit(s) 8969c5cd, e58690ba --- .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 7794cdcc4..b8d7cab88 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -59,7 +59,7 @@ jobs: run: sbt '++ ${{ matrix.scala }}' validateJVM validateJS validateNative - name: Build project (Scala 3) - if: matrix.scala == '3.3.1' + if: matrix.scala == '3.3.0' run: sbt '++ ${{ matrix.scala }}' validateJVM30 validateJS30 validateNative30 - name: Codecov diff --git a/build.sbt b/build.sbt index d714ac601..5cf2eff33 100644 --- a/build.sbt +++ b/build.sbt @@ -13,7 +13,7 @@ val gitDevUrl = s"git@github.com:$gitHubOwner/$projectName.git" val Scala_2_12 = "2.12.18" val Scala_2_13 = "2.13.11" -val Scala_3 = "3.3.1" +val Scala_3 = "3.3.0" val catsVersion = "2.10.0" val jsonpathVersion = "2.8.0" From c90f9dee8000c71e5be846ee35f9b37e7b92f4a1 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 13 Sep 2023 18:12:17 +0000 Subject: [PATCH 10/11] Update scala3-library, ... to 3.3.1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 2153f2bbf..eeb1a0f7c 100644 --- a/build.sbt +++ b/build.sbt @@ -13,7 +13,7 @@ val gitDevUrl = s"git@github.com:$gitHubOwner/$projectName.git" val Scala_2_12 = "2.12.18" val Scala_2_13 = "2.13.12" -val Scala_3 = "3.3.0" +val Scala_3 = "3.3.1" val catsVersion = "2.10.0" val jsonpathVersion = "2.8.0" From 029254e3bcd90bda57b8568f945ce55a9dca5fb5 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 13 Sep 2023 18:14:03 +0000 Subject: [PATCH 11/11] Regenerate GitHub Actions workflow Executed command: sbt githubWorkflowGenerate --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c5cb4cdd5..69cba7db7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -59,7 +59,7 @@ jobs: run: sbt '++ ${{ matrix.scala }}' validateJVM validateJS validateNative - name: Build project (Scala 3) - if: matrix.scala == '3.3.0' + if: matrix.scala == '3.3.1' run: sbt '++ ${{ matrix.scala }}' validateJVM30 validateJS30 validateNative30 - name: Codecov