From 9905eb6a013f3965b468b8c68df858b55681109f Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 12 Nov 2025 19:51:20 +0000 Subject: [PATCH] Update scala3-library, ... to 3.7.4 --- .github/workflows/ci.yml | 2 +- project/BuildHelper.scala | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 95294fcee..e60975221 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -48,7 +48,7 @@ jobs: fail-fast: false matrix: java: ['adopt@1.8', 'adopt@1.11'] - scala: ['2.12.16', '2.13.8', '3.4.3'] + scala: ['2.12.16', '2.13.8', '3.7.4'] platform: ['JVM', 'JS'] steps: - name: Checkout current branch diff --git a/project/BuildHelper.scala b/project/BuildHelper.scala index eab64d0a5..fcf16d336 100644 --- a/project/BuildHelper.scala +++ b/project/BuildHelper.scala @@ -30,7 +30,7 @@ object BuildHelper { val Scala213 = "2.13.12" val Scala212 = "2.12.16" - val ScalaDotty = "3.4.3" + val ScalaDotty = "3.7.4" val scalaDottyVersions: Seq[String] = Seq(ScalaDotty) val latestVersion: SettingKey[String] = settingKey[String]("Latest stable released version") private val sonatypeRepo = s"https://${Sonatype.sonatype01}/service/local"