From 27ea8f190df40e0ab8a58de7cff3f0fff0f64fc5 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 3 Nov 2025 17:34:43 +0000 Subject: [PATCH] Update scala3-compiler, scala3-library to 3.3.7 --- .github/workflows/ci.yml | 2 +- build.sbt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 47a1463..f4f4de2 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.17, 3.3.4] + scala: [2.13.17, 3.3.7] java: [temurin@8, temurin@11, temurin@17, temurin@21] runs-on: ${{ matrix.os }} steps: diff --git a/build.sbt b/build.sbt index 414660e..d7bf921 100644 --- a/build.sbt +++ b/build.sbt @@ -1,6 +1,6 @@ Global / onChangedBuildSource := ReloadOnSourceChanges -val scalaVersions = Seq("2.13.17", "3.3.4") +val scalaVersions = Seq("2.13.17", "3.3.7") ThisBuild / crossScalaVersions := scalaVersions