From 5b238d7e146476af6ff480b68c465407675983f4 Mon Sep 17 00:00:00 2001 From: "lucuma-steward[bot]" <106720676+lucuma-steward[bot]@users.noreply.github.com> Date: Tue, 30 May 2023 12:34:51 +0000 Subject: [PATCH 1/2] Update scala3-library, ... to 3.3.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index f8dbdcde..7579a9cb 100644 --- a/build.sbt +++ b/build.sbt @@ -1,7 +1,7 @@ lazy val V = _root_.scalafix.sbt.BuildInfo lazy val scala2Version = V.scala213 -lazy val scala3Version = "3.2.2" +lazy val scala3Version = "3.3.0" lazy val rulesCrossVersions = Seq(V.scala213) lazy val allVersions = rulesCrossVersions :+ scala3Version From 2d78884c4d06999a3d8ac97e00132f138965a14a Mon Sep 17 00:00:00 2001 From: "lucuma-steward[bot]" <106720676+lucuma-steward[bot]@users.noreply.github.com> Date: Tue, 30 May 2023 12:35:16 +0000 Subject: [PATCH 2/2] Regenerate GitHub Actions workflow Executed command: sbt githubWorkflowGenerate --- .github/workflows/ci.yml | 2 +- .mergify.yml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index acf3e135..f8a6b7f9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.13.10, 3.2.2] + scala: [2.13.10, 3.3.0] java: [temurin@11, temurin@17] project: [rootJS, rootJVM] exclude: diff --git a/.mergify.yml b/.mergify.yml index 10cee8b5..7f6070b0 100644 --- a/.mergify.yml +++ b/.mergify.yml @@ -16,9 +16,9 @@ pull_request_rules: - status-success=Build and Test (ubuntu-latest, 2.13.10, temurin@11, rootJS) - status-success=Build and Test (ubuntu-latest, 2.13.10, temurin@11, rootJVM) - status-success=Build and Test (ubuntu-latest, 2.13.10, temurin@17, rootJVM) - - status-success=Build and Test (ubuntu-latest, 3.2.2, temurin@11, rootJS) - - status-success=Build and Test (ubuntu-latest, 3.2.2, temurin@11, rootJVM) - - status-success=Build and Test (ubuntu-latest, 3.2.2, temurin@17, rootJVM) + - status-success=Build and Test (ubuntu-latest, 3.3.0, temurin@11, rootJS) + - status-success=Build and Test (ubuntu-latest, 3.3.0, temurin@11, rootJVM) + - status-success=Build and Test (ubuntu-latest, 3.3.0, temurin@17, rootJVM) actions: merge: {} - name: Label core PRs