From 2df9fb941dc49e34df7a16cfa0e60133cad8c81f Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 12 Sep 2023 18:11:56 +0000 Subject: [PATCH 1/2] Update scala-library to 2.13.12 --- .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 412e1326..86be5af2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.12.18, 2.13.11, 3.3.1] + scala: [2.12.18, 2.13.12, 3.3.1] java: [temurin@8] project: [rootJS, rootJVM] runs-on: ${{ matrix.os }} diff --git a/build.sbt b/build.sbt index c6981b8c..a975dc4e 100644 --- a/build.sbt +++ b/build.sbt @@ -7,7 +7,7 @@ val projectName = "fs2-cron" val rootPkg = s"$groupId.${projectName.replace("-", "")}" val Scala_2_12 = "2.12.18" -val Scala_2_13 = "2.13.11" +val Scala_2_13 = "2.13.12" val Scala_3 = "3.3.1" val moduleCrossPlatformMatrix: Map[String, List[Platform]] = Map( From 5fb2852dff96624975e53613817be03dc9dc7aab Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 12 Sep 2023 18:12:36 +0000 Subject: [PATCH 2/2] Regenerate GitHub Actions workflow Executed command: sbt githubWorkflowGenerate --- .github/workflows/ci.yml | 12 ++++++------ .mergify.yml | 4 ++-- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 86be5af2..d8f6c895 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -177,22 +177,22 @@ jobs: tar xf targets.tar rm targets.tar - - name: Download target directories (2.13.11, rootJS) + - name: Download target directories (2.13.12, rootJS) uses: actions/download-artifact@v3 with: - name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.11-rootJS + name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.12-rootJS - - name: Inflate target directories (2.13.11, rootJS) + - name: Inflate target directories (2.13.12, rootJS) run: | tar xf targets.tar rm targets.tar - - name: Download target directories (2.13.11, rootJVM) + - name: Download target directories (2.13.12, rootJVM) uses: actions/download-artifact@v3 with: - name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.11-rootJVM + name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.12-rootJVM - - name: Inflate target directories (2.13.11, rootJVM) + - name: Inflate target directories (2.13.12, rootJVM) run: | tar xf targets.tar rm targets.tar diff --git a/.mergify.yml b/.mergify.yml index 7362636c..a11d8cf0 100644 --- a/.mergify.yml +++ b/.mergify.yml @@ -19,8 +19,8 @@ pull_request_rules: - author=scala-steward - status-success=Build and Test (ubuntu-latest, 2.12.18, temurin@8, rootJS) - status-success=Build and Test (ubuntu-latest, 2.12.18, temurin@8, rootJVM) - - status-success=Build and Test (ubuntu-latest, 2.13.11, temurin@8, rootJS) - - status-success=Build and Test (ubuntu-latest, 2.13.11, temurin@8, rootJVM) + - status-success=Build and Test (ubuntu-latest, 2.13.12, temurin@8, rootJS) + - status-success=Build and Test (ubuntu-latest, 2.13.12, temurin@8, rootJVM) - status-success=Build and Test (ubuntu-latest, 3.3.1, temurin@8, rootJS) - status-success=Build and Test (ubuntu-latest, 3.3.1, temurin@8, rootJVM) actions: