From ed4edf0c7b2fe68f9df44b77a54c6c812fcf372d Mon Sep 17 00:00:00 2001 From: Wojciech Mazur Date: Thu, 23 Oct 2025 10:37:09 +0200 Subject: [PATCH] Set reference compiler version to 3.7.4-RC2 --- project/Build.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Build.scala b/project/Build.scala index 487783c881fb..dfb496fad7d0 100644 --- a/project/Build.scala +++ b/project/Build.scala @@ -59,7 +59,7 @@ object Build { * * Warning: Change of this variable needs to be consulted with `expectedTastyVersion` */ - val referenceVersion = "3.7.4-RC1" + val referenceVersion = "3.7.4-RC2" /** Version of the Scala compiler targeted in the current release cycle * Contains a version without RC/SNAPSHOT/NIGHTLY specific suffixes