From 55921e286975f4ec6da318b45647e946ef79b2a3 Mon Sep 17 00:00:00 2001 From: "nafg-scala-steward[bot]" <243680+nafg-scala-steward[bot]@users.noreply.github.com> Date: Thu, 16 May 2024 00:57:03 +0000 Subject: [PATCH 1/2] Update scala3-library, ... to 3.3.3 --- .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 73e3735..9763b21 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.13.14, 3.3.1] + scala: [2.13.14, 3.3.3] java: [temurin@8] runs-on: ${{ matrix.os }} steps: @@ -62,7 +62,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [3.3.1] + scala: [3.3.3] java: [temurin@8] runs-on: ${{ matrix.os }} steps: diff --git a/build.sbt b/build.sbt index 5990894..d97e9cb 100644 --- a/build.sbt +++ b/build.sbt @@ -5,7 +5,7 @@ import sbtcrossproject.CrossPlugin.autoImport.{CrossType, crossProject} ThisBuild / organization := "io.github.nafg.jewish-date" -ThisBuild / scalaVersion := "3.3.1" +ThisBuild / scalaVersion := "3.3.3" ThisBuild / crossScalaVersions := List("2.13.14", (ThisBuild / scalaVersion).value) ThisBuild / scalacOptions ++= From 312408bd26b528558c8fa62116337481568a0b71 Mon Sep 17 00:00:00 2001 From: "nafg-scala-steward[bot]" <243680+nafg-scala-steward[bot]@users.noreply.github.com> Date: Thu, 16 May 2024 00:57:15 +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 9763b21..0e28a7a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -89,12 +89,12 @@ jobs: tar xf targets.tar rm targets.tar - - name: Download target directories (3.3.1) + - name: Download target directories (3.3.3) uses: actions/download-artifact@v4 with: - name: target-${{ matrix.os }}-3.3.1-${{ matrix.java }} + name: target-${{ matrix.os }}-3.3.3-${{ matrix.java }} - - name: Inflate target directories (3.3.1) + - name: Inflate target directories (3.3.3) run: | tar xf targets.tar rm targets.tar diff --git a/.mergify.yml b/.mergify.yml index 9b0e5e4..563ccce 100644 --- a/.mergify.yml +++ b/.mergify.yml @@ -7,7 +7,7 @@ pull_request_rules: conditions: - author=scala-steward - check-success=Build and Test (ubuntu-latest, 2.13.14, temurin@8) - - check-success=Build and Test (ubuntu-latest, 3.3.1, temurin@8) + - check-success=Build and Test (ubuntu-latest, 3.3.3, temurin@8) actions: queue: name: default