From be4275172e85aa97dbb833d683e204950427a96f Mon Sep 17 00:00:00 2001 From: "lucuma-steward[bot]" <106720676+lucuma-steward[bot]@users.noreply.github.com> Date: Wed, 14 Feb 2024 16:20:12 +0000 Subject: [PATCH 1/2] Update scala3-library, ... to 3.4.0 --- .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 a4e5fbcd..dcecaa12 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [3.2.2, 2.13.10] + scala: [3.4.0, 2.13.10] java: [temurin@17] project: [rootJS, rootJVM] runs-on: ${{ matrix.os }} @@ -103,7 +103,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [3.2.2] + scala: [3.4.0] java: [temurin@17] runs-on: ${{ matrix.os }} steps: diff --git a/build.sbt b/build.sbt index f8a4ed3d..f96ab0f8 100644 --- a/build.sbt +++ b/build.sbt @@ -2,7 +2,7 @@ ThisBuild / tlBaseVersion := "0.4" ThisBuild / tlCiReleaseBranches := Seq("master") Global / onChangedBuildSource := ReloadOnSourceChanges -ThisBuild / crossScalaVersions := Seq("3.2.2", "2.13.10") +ThisBuild / crossScalaVersions := Seq("3.4.0", "2.13.10") ThisBuild / githubWorkflowBuildPreamble += WorkflowStep.Sbt(List("show coverageEnabled")) lazy val root = tlCrossRootProject.aggregate(jts, jts_awt, tests) From 06663e5849462f21ce3a6669c3b112661c80831e Mon Sep 17 00:00:00 2001 From: "lucuma-steward[bot]" <106720676+lucuma-steward[bot]@users.noreply.github.com> Date: Wed, 14 Feb 2024 16:20:24 +0000 Subject: [PATCH 2/2] Regenerate GitHub Actions workflow Executed command: sbt githubWorkflowGenerate --- .mergify.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.mergify.yml b/.mergify.yml index 49ef909b..12232ab7 100644 --- a/.mergify.yml +++ b/.mergify.yml @@ -13,8 +13,8 @@ pull_request_rules: - body~=labels:.*early-semver-patch - body~=labels:.*early-semver-minor - 'title=flake.lock: Update' - - status-success=Build and Test (ubuntu-latest, 3.2.2, temurin@17, rootJS) - - status-success=Build and Test (ubuntu-latest, 3.2.2, temurin@17, rootJVM) + - status-success=Build and Test (ubuntu-latest, 3.4.0, temurin@17, rootJS) + - status-success=Build and Test (ubuntu-latest, 3.4.0, temurin@17, rootJVM) - status-success=Build and Test (ubuntu-latest, 2.13.10, temurin@17, rootJS) - status-success=Build and Test (ubuntu-latest, 2.13.10, temurin@17, rootJVM) actions: