From 22041b65202fb52a13ebf792120f3b20cb4d5d6b Mon Sep 17 00:00:00 2001 From: Wojciech Mazur Date: Wed, 13 Aug 2025 15:03:03 +0200 Subject: [PATCH] Set referenceVersion compiler to 3.7.3-RC2 --- project/Build.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Build.scala b/project/Build.scala index fc588d45de58..df5d465a8f8f 100644 --- a/project/Build.scala +++ b/project/Build.scala @@ -52,7 +52,7 @@ object Build { * * Warning: Change of this variable needs to be consulted with `expectedTastyVersion` */ - val referenceVersion = "3.7.3-RC1" + val referenceVersion = "3.7.3-RC2" /** Version of the Scala compiler targeted in the current release cycle * Contains a version without RC/SNAPSHOT/NIGHTLY specific suffixes