From cb55224be2f2087a990cfdfa4ad3870bb1f4d7a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=99=8E=E9=B8=A3?= Date: Tue, 7 Jul 2026 13:14:14 +0800 Subject: [PATCH] chore: update scala3Next to 3.9.0-RC1 Motivation: Scala 3.9.0-RC1 is available and should be tested as the next Scala version. Modification: Update scala3Next version from 3.8.4 to 3.9.0-RC1. Result: Build will use Scala 3.9.0-RC1 as the next Scala version. Tests: Not run - version bump only References: None - version bump --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 2a513523d..17cd1ceb6 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -38,7 +38,7 @@ object Dependencies { val scala213Version = "2.13.18" val scala3Version = "3.3.8" - val scala3NextVersion = "3.8.4" + val scala3NextVersion = "3.9.0-RC1" val publishedScalaVersions = Seq(scala213Version, scala3Version) val Versions = Seq(