From dd537c186f38640dff0102e909aebdc865831900 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 12 Jun 2026 22:50:40 +0000 Subject: [PATCH 1/2] Update scala3-library, ... to 3.3.8 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index ce51211f..f4fecaa9 100644 --- a/build.sbt +++ b/build.sbt @@ -23,7 +23,7 @@ def crossPlugin(x: sbt.librarymanagement.ModuleID) = compilerPlugin(x.cross(Cros val Scala212 = "2.12.21" val Scala213 = "2.13.18" -val Scala3 = "3.3.7" +val Scala3 = "3.3.8" ThisBuild / scalaVersion := Scala213 ThisBuild / crossScalaVersions := Seq(Scala212, Scala213, Scala3) From 68e20e02b6daa669138e550fd95bd54371d0680f Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 12 Jun 2026 22:51:23 +0000 Subject: [PATCH 2/2] Regenerate GitHub Actions workflow Executed command: sbt githubWorkflowGenerate --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8d6dd599..06394765 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,7 +26,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.12.21, 2.13.18, 3.3.7] + scala: [2.12.21, 2.13.18, 3.3.8] java: [zulu@21] runs-on: ${{ matrix.os }} steps: @@ -107,12 +107,12 @@ jobs: tar xf targets.tar rm targets.tar - - name: Download target directories (3.3.7) + - name: Download target directories (3.3.8) uses: actions/download-artifact@v6 with: - name: target-${{ matrix.os }}-3.3.7-${{ matrix.java }} + name: target-${{ matrix.os }}-3.3.8-${{ matrix.java }} - - name: Inflate target directories (3.3.7) + - name: Inflate target directories (3.3.8) run: | tar xf targets.tar rm targets.tar