From d35c25a00387ed0e87d34493cdff047338432569 Mon Sep 17 00:00:00 2001 From: Wojciech Mazur Date: Wed, 3 Sep 2025 14:32:00 +0200 Subject: [PATCH] Set reference compiler version to 3.7.3-RC3 Signed-off-by: Wojciech Mazur --- project/Build.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Build.scala b/project/Build.scala index b884d4ea605b..1bfdbac3e107 100644 --- a/project/Build.scala +++ b/project/Build.scala @@ -55,7 +55,7 @@ object Build { * * Warning: Change of this variable needs to be consulted with `expectedTastyVersion` */ - val referenceVersion = "3.7.3-RC2" + val referenceVersion = "3.7.3-RC3" /** Version of the Scala compiler targeted in the current release cycle * Contains a version without RC/SNAPSHOT/NIGHTLY specific suffixes