From 1977a0bd7f340e2665e5c94af71660e451b9e90a Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 15 Oct 2025 13:46:01 +0000 Subject: [PATCH 1/2] Update scala3-library, ... to 3.3.7 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 9785e28a..c7997f54 100644 --- a/build.sbt +++ b/build.sbt @@ -121,7 +121,7 @@ ThisBuild / githubWorkflowEnv ++= List( "SONATYPE_USERNAME" ).map(envKey => envKey -> s"$${{ secrets.$envKey }}").toMap -lazy val scala3 = "3.1.3" +lazy val scala3 = "3.3.7" lazy val scala2_13 = "2.13.8" lazy val scala2_12 = "2.12.16" From 8f7b7a7444579d21ffb178e36a19f33aa2c4efa4 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 15 Oct 2025 13:46:29 +0000 Subject: [PATCH 2/2] Regenerate GitHub Actions workflow Executed command: sbt githubWorkflowGenerate --- .github/workflows/ci.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8d97fa20..0dd71953 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,7 +27,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.13.8, 3.1.3] + scala: [2.13.8, 3.3.7] java: [temurin@11] runs-on: ${{ matrix.os }} steps: @@ -77,7 +77,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [3.1.3] + scala: [3.3.7] java: [temurin@11] runs-on: ${{ matrix.os }} steps: @@ -115,12 +115,12 @@ jobs: tar xf targets.tar rm targets.tar - - name: Download target directories (3.1.3) + - name: Download target directories (3.3.7) uses: actions/download-artifact@v2 with: - name: target-${{ matrix.os }}-3.1.3-${{ matrix.java }} + name: target-${{ matrix.os }}-3.3.7-${{ matrix.java }} - - name: Inflate target directories (3.1.3) + - name: Inflate target directories (3.3.7) run: | tar xf targets.tar rm targets.tar