From 13260b3aa715ef2b7861da5302233a3e24718879 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 25 Apr 2025 00:46:40 +0000 Subject: [PATCH 1/2] Update scala3-library to 3.7.0-RC4 --- project/deps.sc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/deps.sc b/project/deps.sc index 380f9d517c..a61270f3fd 100644 --- a/project/deps.sc +++ b/project/deps.sc @@ -11,7 +11,7 @@ object Scala { def scala3NextPrefix = "3.6" def scala3Next = s"$scala3NextPrefix.4" // the newest/next version of Scala def scala3NextAnnounced = scala3Next // the newest/next version of Scala that's been announced - def scala3NextRc = "3.7.0-RC3" // the latest RC version of Scala Next + def scala3NextRc = "3.7.0-RC4" // the latest RC version of Scala Next def scala3NextRcAnnounced = "3.7.0-RC2" // the latest announced RC version of Scala Next // The Scala version used to build the CLI itself. From 65a95bb692dbe040b886ec34837a4809271a61fa Mon Sep 17 00:00:00 2001 From: Piotr Chabelski Date: Fri, 25 Apr 2025 08:34:14 +0200 Subject: [PATCH 2/2] Update latest announced Scala 3 Next RC to 3.7.0-RC3 --- project/deps.sc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/deps.sc b/project/deps.sc index a61270f3fd..f67bc8b3b3 100644 --- a/project/deps.sc +++ b/project/deps.sc @@ -12,7 +12,7 @@ object Scala { def scala3Next = s"$scala3NextPrefix.4" // the newest/next version of Scala def scala3NextAnnounced = scala3Next // the newest/next version of Scala that's been announced def scala3NextRc = "3.7.0-RC4" // the latest RC version of Scala Next - def scala3NextRcAnnounced = "3.7.0-RC2" // the latest announced RC version of Scala Next + def scala3NextRcAnnounced = "3.7.0-RC3" // the latest announced RC version of Scala Next // The Scala version used to build the CLI itself. def defaultInternal = sys.props.get("scala.version.internal").getOrElse(scala3Lts)