From 00a0561af1760725b9c1c7f38ff09e23154fab2d Mon Sep 17 00:00:00 2001 From: "nafg-scala-steward[bot]" <243680+nafg-scala-steward[bot]@users.noreply.github.com> Date: Sun, 29 Sep 2024 02:30:29 +0000 Subject: [PATCH 1/2] Update scala3-library, ... to 3.3.4 --- .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 810d3c7..c083e75 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.13.15, 3.3.3] + scala: [2.13.15, 3.3.4] java: [zulu@8] runs-on: ${{ matrix.os }} steps: @@ -69,7 +69,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [3.3.3] + scala: [3.3.4] java: [zulu@8] runs-on: ${{ matrix.os }} steps: diff --git a/build.sbt b/build.sbt index 5b21862..9f754d9 100644 --- a/build.sbt +++ b/build.sbt @@ -20,7 +20,7 @@ def myScalacOptions(version: String) = inThisBuild(List( organization := "io.github.nafg.scalajs-facades", - crossScalaVersions := Seq("2.13.15", "3.3.3"), + crossScalaVersions := Seq("2.13.15", "3.3.4"), scalaVersion := (ThisBuild / crossScalaVersions).value.last, scalacOptions ++= myScalacOptions(scalaVersion.value) )) From 9863c8d74bf5acb6cc461bd70fc7c9c19c0844c7 Mon Sep 17 00:00:00 2001 From: "nafg-scala-steward[bot]" <243680+nafg-scala-steward[bot]@users.noreply.github.com> Date: Sun, 29 Sep 2024 02:30:43 +0000 Subject: [PATCH 2/2] Regenerate GitHub Actions workflow Executed command: sbt githubWorkflowGenerate --- .github/workflows/ci.yml | 6 +++--- .mergify.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c083e75..e585584 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -103,12 +103,12 @@ jobs: tar xf targets.tar rm targets.tar - - name: Download target directories (3.3.3) + - name: Download target directories (3.3.4) uses: actions/download-artifact@v4 with: - name: target-${{ matrix.os }}-3.3.3-${{ matrix.java }} + name: target-${{ matrix.os }}-3.3.4-${{ matrix.java }} - - name: Inflate target directories (3.3.3) + - name: Inflate target directories (3.3.4) run: | tar xf targets.tar rm targets.tar diff --git a/.mergify.yml b/.mergify.yml index 17f6b8b..e3d130f 100644 --- a/.mergify.yml +++ b/.mergify.yml @@ -9,7 +9,7 @@ pull_request_rules: - author=scala-steward - author=nafg-scala-steward[bot] - check-success=Build and Test (ubuntu-latest, 2.13.15, zulu@8) - - check-success=Build and Test (ubuntu-latest, 3.3.3, zulu@8) + - check-success=Build and Test (ubuntu-latest, 3.3.4, zulu@8) actions: queue: name: default