From d9ecb34e39765ca150bac966efe50c0f5573de2c Mon Sep 17 00:00:00 2001 From: Wojciech Mazur Date: Thu, 28 Nov 2024 15:30:34 +0100 Subject: [PATCH] Release Scala 3.6.2-RC3 --- project/Build.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Build.scala b/project/Build.scala index 5b9d477f3236..22100db568c6 100644 --- a/project/Build.scala +++ b/project/Build.scala @@ -109,7 +109,7 @@ object Build { * During release candidate cycle incremented by the release officer before publishing a subsequent RC version; * During final, stable release is set exactly to `developedVersion`. */ - val baseVersion = s"$developedVersion-RC2" + val baseVersion = s"$developedVersion-RC3" /** Final version of Scala compiler, controlled by environment variables. */ val dottyVersion = {