From 5adec9e85b67c0a72627391560aff5e0f93cba59 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 24 Feb 2026 15:09:22 +0000 Subject: [PATCH 1/2] Update scala3-compiler, scala3-library, ... to 3.8.3-RC1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index f7753b7..6ba60bf 100644 --- a/build.sbt +++ b/build.sbt @@ -4,7 +4,7 @@ Global / onChangedBuildSource := ReloadOnSourceChanges lazy val scala213 = "2.13.18" lazy val scala3 = "3.3.7" -lazy val scala3Next = "3.8.2-RC3" +lazy val scala3Next = "3.8.3-RC1" ThisBuild / crossScalaVersions := Seq(scala213, scala3, scala3Next) ThisBuild / scalaVersion := scala3 From a1799f4890c8c068b9fc64cbbec8fc93e00229d3 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 24 Feb 2026 15:09:55 +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 82c37c1..a2c3f84 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest] - scala: [2.13.18, 3.3.7, 3.8.2-RC3] + scala: [2.13.18, 3.3.7, 3.8.3-RC1] java: - temurin@8 - temurin@11 @@ -31,9 +31,9 @@ jobs: - temurin@21 - temurin@25 exclude: - - scala: 3.8.2-RC3 + - scala: 3.8.3-RC1 java: temurin@8 - - scala: 3.8.2-RC3 + - scala: 3.8.3-RC1 java: temurin@11 runs-on: ${{ matrix.os }} steps: