From 169bb79c211d95c1750abc0eb4579b2f6aec4903 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 15 Oct 2025 16:44:11 +0000 Subject: [PATCH 1/2] Update scala3-library, ... to 3.3.7 --- .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 8b9428c..6d6c154 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [3.3.5] + scala: [3.3.7] java: [zulu@8, temurin@17] runs-on: ${{ matrix.os }} steps: @@ -73,7 +73,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [3.3.5] + scala: [3.3.7] java: [zulu@8] runs-on: ${{ matrix.os }} steps: diff --git a/build.sbt b/build.sbt index ac2c4dc..60a18f7 100644 --- a/build.sbt +++ b/build.sbt @@ -3,7 +3,7 @@ inThisBuild( name := "quotidian", normalizedName := "quotidian", organization := "io.github.kitlangton", - scalaVersion := "3.3.5", + scalaVersion := "3.3.7", homepage := Some(url("https://github.com/kitlangton/quotidian")), licenses := List("Apache-2.0" -> url("https://www.apache.org/licenses/LICENSE-2.0")), developers := List( From 69248f5bb9df882dbba760d5461aab6a30bc99f1 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 15 Oct 2025 16:44:34 +0000 Subject: [PATCH 2/2] Regenerate GitHub Actions workflow Executed command: sbt githubWorkflowGenerate --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6d6c154..0c9737e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -101,12 +101,12 @@ jobs: - name: Setup sbt uses: sbt/setup-sbt@v1 - - name: Download target directories (3.3.5) + - name: Download target directories (3.3.7) uses: actions/download-artifact@v4 with: - name: target-${{ matrix.os }}-3.3.5-${{ matrix.java }} + name: target-${{ matrix.os }}-3.3.7-${{ matrix.java }} - - name: Inflate target directories (3.3.5) + - name: Inflate target directories (3.3.7) run: | tar xf targets.tar rm targets.tar