From c370c491a378c4d1e616ce74d865e61c874e8f55 Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Wed, 7 Jun 2023 20:56:25 +0000 Subject: [PATCH 1/8] Update scala-library to 2.12.18 --- .github/workflows/ci.yml | 4 ++-- build.sbt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e3f3887a..dae9a406 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,14 +28,14 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [3.2.2, 2.12.17, 2.13.10] + scala: [3.2.2, 2.12.18, 2.13.10] java: [temurin@8, temurin@11] project: [rootJS, rootJVM, rootNative] workers: [1, 4] exclude: - scala: 3.2.2 java: temurin@11 - - scala: 2.12.17 + - scala: 2.12.18 java: temurin@11 - project: rootJS java: temurin@11 diff --git a/build.sbt b/build.sbt index 15171e23..4cd2515e 100644 --- a/build.sbt +++ b/build.sbt @@ -1,4 +1,4 @@ -val Scala212 = "2.12.17" +val Scala212 = "2.12.18" val Scala213 = "2.13.10" val Scala3 = "3.2.2" From 389f26a3799ac9edb14c72e0a3fec73ffdae6e2e Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Wed, 7 Jun 2023 20:56:55 +0000 Subject: [PATCH 2/8] Regenerate GitHub Actions workflow Executed command: sbt githubWorkflowGenerate --- .github/workflows/ci.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dae9a406..ab0ee2a0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -226,32 +226,32 @@ jobs: tar xf targets.tar rm targets.tar - - name: Download target directories (2.12.17, rootJS, 1) + - name: Download target directories (2.12.18, rootJS, 1) uses: actions/download-artifact@v3 with: - name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.17-rootJS-1 + name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.18-rootJS-1 - - name: Inflate target directories (2.12.17, rootJS, 1) + - name: Inflate target directories (2.12.18, rootJS, 1) run: | tar xf targets.tar rm targets.tar - - name: Download target directories (2.12.17, rootJVM, 1) + - name: Download target directories (2.12.18, rootJVM, 1) uses: actions/download-artifact@v3 with: - name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.17-rootJVM-1 + name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.18-rootJVM-1 - - name: Inflate target directories (2.12.17, rootJVM, 1) + - name: Inflate target directories (2.12.18, rootJVM, 1) run: | tar xf targets.tar rm targets.tar - - name: Download target directories (2.12.17, rootNative, 1) + - name: Download target directories (2.12.18, rootNative, 1) uses: actions/download-artifact@v3 with: - name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.17-rootNative-1 + name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.18-rootNative-1 - - name: Inflate target directories (2.12.17, rootNative, 1) + - name: Inflate target directories (2.12.18, rootNative, 1) run: | tar xf targets.tar rm targets.tar From 8520afe391c219914cd83f7ce7bdc19b2832fe16 Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Thu, 8 Jun 2023 04:07:01 +0000 Subject: [PATCH 3/8] Revert commit(s) 389f26a, c370c49 --- .github/workflows/ci.yml | 22 +++++++++++----------- build.sbt | 2 +- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ab0ee2a0..e3f3887a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,14 +28,14 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [3.2.2, 2.12.18, 2.13.10] + scala: [3.2.2, 2.12.17, 2.13.10] java: [temurin@8, temurin@11] project: [rootJS, rootJVM, rootNative] workers: [1, 4] exclude: - scala: 3.2.2 java: temurin@11 - - scala: 2.12.18 + - scala: 2.12.17 java: temurin@11 - project: rootJS java: temurin@11 @@ -226,32 +226,32 @@ jobs: tar xf targets.tar rm targets.tar - - name: Download target directories (2.12.18, rootJS, 1) + - name: Download target directories (2.12.17, rootJS, 1) uses: actions/download-artifact@v3 with: - name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.18-rootJS-1 + name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.17-rootJS-1 - - name: Inflate target directories (2.12.18, rootJS, 1) + - name: Inflate target directories (2.12.17, rootJS, 1) run: | tar xf targets.tar rm targets.tar - - name: Download target directories (2.12.18, rootJVM, 1) + - name: Download target directories (2.12.17, rootJVM, 1) uses: actions/download-artifact@v3 with: - name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.18-rootJVM-1 + name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.17-rootJVM-1 - - name: Inflate target directories (2.12.18, rootJVM, 1) + - name: Inflate target directories (2.12.17, rootJVM, 1) run: | tar xf targets.tar rm targets.tar - - name: Download target directories (2.12.18, rootNative, 1) + - name: Download target directories (2.12.17, rootNative, 1) uses: actions/download-artifact@v3 with: - name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.18-rootNative-1 + name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.17-rootNative-1 - - name: Inflate target directories (2.12.18, rootNative, 1) + - name: Inflate target directories (2.12.17, rootNative, 1) run: | tar xf targets.tar rm targets.tar diff --git a/build.sbt b/build.sbt index 4cd2515e..15171e23 100644 --- a/build.sbt +++ b/build.sbt @@ -1,4 +1,4 @@ -val Scala212 = "2.12.18" +val Scala212 = "2.12.17" val Scala213 = "2.13.10" val Scala3 = "3.2.2" From 2d6e76db4261bd2938cb8c8e85638c2ec6b9bbf9 Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Thu, 8 Jun 2023 04:07:02 +0000 Subject: [PATCH 4/8] Update scala-library to 2.12.18 --- .github/workflows/ci.yml | 4 ++-- build.sbt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4f029df0..6039fbd9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,14 +28,14 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [3.2.2, 2.12.17, 2.13.11] + scala: [3.2.2, 2.12.18, 2.13.11] java: [temurin@8, temurin@11] project: [rootJS, rootJVM, rootNative] workers: [1, 4] exclude: - scala: 3.2.2 java: temurin@11 - - scala: 2.12.17 + - scala: 2.12.18 java: temurin@11 - project: rootJS java: temurin@11 diff --git a/build.sbt b/build.sbt index b64ea179..fb036140 100644 --- a/build.sbt +++ b/build.sbt @@ -1,4 +1,4 @@ -val Scala212 = "2.12.17" +val Scala212 = "2.12.18" val Scala213 = "2.13.11" val Scala3 = "3.2.2" From c8c65c1eca556139a93276f292d8c2f6e93bbf05 Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Thu, 8 Jun 2023 04:07:19 +0000 Subject: [PATCH 5/8] Regenerate GitHub Actions workflow Executed command: sbt githubWorkflowGenerate --- .github/workflows/ci.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6039fbd9..55bd1443 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -226,32 +226,32 @@ jobs: tar xf targets.tar rm targets.tar - - name: Download target directories (2.12.17, rootJS, 1) + - name: Download target directories (2.12.18, rootJS, 1) uses: actions/download-artifact@v3 with: - name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.17-rootJS-1 + name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.18-rootJS-1 - - name: Inflate target directories (2.12.17, rootJS, 1) + - name: Inflate target directories (2.12.18, rootJS, 1) run: | tar xf targets.tar rm targets.tar - - name: Download target directories (2.12.17, rootJVM, 1) + - name: Download target directories (2.12.18, rootJVM, 1) uses: actions/download-artifact@v3 with: - name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.17-rootJVM-1 + name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.18-rootJVM-1 - - name: Inflate target directories (2.12.17, rootJVM, 1) + - name: Inflate target directories (2.12.18, rootJVM, 1) run: | tar xf targets.tar rm targets.tar - - name: Download target directories (2.12.17, rootNative, 1) + - name: Download target directories (2.12.18, rootNative, 1) uses: actions/download-artifact@v3 with: - name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.17-rootNative-1 + name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.18-rootNative-1 - - name: Inflate target directories (2.12.17, rootNative, 1) + - name: Inflate target directories (2.12.18, rootNative, 1) run: | tar xf targets.tar rm targets.tar From d7987db2828ba48e043e21c8a9d5c531558c5f03 Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Thu, 8 Jun 2023 16:11:00 +0000 Subject: [PATCH 6/8] Revert commit(s) c8c65c1, 2d6e76d --- .github/workflows/ci.yml | 22 +++++++++++----------- build.sbt | 2 +- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 55bd1443..4f029df0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,14 +28,14 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [3.2.2, 2.12.18, 2.13.11] + scala: [3.2.2, 2.12.17, 2.13.11] java: [temurin@8, temurin@11] project: [rootJS, rootJVM, rootNative] workers: [1, 4] exclude: - scala: 3.2.2 java: temurin@11 - - scala: 2.12.18 + - scala: 2.12.17 java: temurin@11 - project: rootJS java: temurin@11 @@ -226,32 +226,32 @@ jobs: tar xf targets.tar rm targets.tar - - name: Download target directories (2.12.18, rootJS, 1) + - name: Download target directories (2.12.17, rootJS, 1) uses: actions/download-artifact@v3 with: - name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.18-rootJS-1 + name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.17-rootJS-1 - - name: Inflate target directories (2.12.18, rootJS, 1) + - name: Inflate target directories (2.12.17, rootJS, 1) run: | tar xf targets.tar rm targets.tar - - name: Download target directories (2.12.18, rootJVM, 1) + - name: Download target directories (2.12.17, rootJVM, 1) uses: actions/download-artifact@v3 with: - name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.18-rootJVM-1 + name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.17-rootJVM-1 - - name: Inflate target directories (2.12.18, rootJVM, 1) + - name: Inflate target directories (2.12.17, rootJVM, 1) run: | tar xf targets.tar rm targets.tar - - name: Download target directories (2.12.18, rootNative, 1) + - name: Download target directories (2.12.17, rootNative, 1) uses: actions/download-artifact@v3 with: - name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.18-rootNative-1 + name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.17-rootNative-1 - - name: Inflate target directories (2.12.18, rootNative, 1) + - name: Inflate target directories (2.12.17, rootNative, 1) run: | tar xf targets.tar rm targets.tar diff --git a/build.sbt b/build.sbt index fb036140..b64ea179 100644 --- a/build.sbt +++ b/build.sbt @@ -1,4 +1,4 @@ -val Scala212 = "2.12.18" +val Scala212 = "2.12.17" val Scala213 = "2.13.11" val Scala3 = "3.2.2" From d8c13a94c4b5f3cbaf0742ce4ede70aa7a3c6e85 Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Thu, 8 Jun 2023 16:11:02 +0000 Subject: [PATCH 7/8] Update scala-library to 2.12.18 --- .github/workflows/ci.yml | 4 ++-- build.sbt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 191fdd1a..c9def788 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,14 +28,14 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [3.3.0, 2.12.17, 2.13.11] + scala: [3.3.0, 2.12.18, 2.13.11] java: [temurin@8, temurin@11] project: [rootJS, rootJVM, rootNative] workers: [1, 4] exclude: - scala: 3.3.0 java: temurin@11 - - scala: 2.12.17 + - scala: 2.12.18 java: temurin@11 - project: rootJS java: temurin@11 diff --git a/build.sbt b/build.sbt index a0453f09..2d93a2c1 100644 --- a/build.sbt +++ b/build.sbt @@ -1,4 +1,4 @@ -val Scala212 = "2.12.17" +val Scala212 = "2.12.18" val Scala213 = "2.13.11" val Scala3 = "3.3.0" From 453104c1373859eaceda56b80ab4047ac51c25e9 Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Thu, 8 Jun 2023 16:11:19 +0000 Subject: [PATCH 8/8] Regenerate GitHub Actions workflow Executed command: sbt githubWorkflowGenerate --- .github/workflows/ci.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c9def788..1e81bddd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -226,32 +226,32 @@ jobs: tar xf targets.tar rm targets.tar - - name: Download target directories (2.12.17, rootJS, 1) + - name: Download target directories (2.12.18, rootJS, 1) uses: actions/download-artifact@v3 with: - name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.17-rootJS-1 + name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.18-rootJS-1 - - name: Inflate target directories (2.12.17, rootJS, 1) + - name: Inflate target directories (2.12.18, rootJS, 1) run: | tar xf targets.tar rm targets.tar - - name: Download target directories (2.12.17, rootJVM, 1) + - name: Download target directories (2.12.18, rootJVM, 1) uses: actions/download-artifact@v3 with: - name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.17-rootJVM-1 + name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.18-rootJVM-1 - - name: Inflate target directories (2.12.17, rootJVM, 1) + - name: Inflate target directories (2.12.18, rootJVM, 1) run: | tar xf targets.tar rm targets.tar - - name: Download target directories (2.12.17, rootNative, 1) + - name: Download target directories (2.12.18, rootNative, 1) uses: actions/download-artifact@v3 with: - name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.17-rootNative-1 + name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.18-rootNative-1 - - name: Inflate target directories (2.12.17, rootNative, 1) + - name: Inflate target directories (2.12.18, rootNative, 1) run: | tar xf targets.tar rm targets.tar