From d1d181b7a18ecbe72156343201c042105f12598e Mon Sep 17 00:00:00 2001 From: Wojciech Mazur Date: Mon, 4 Aug 2025 22:54:36 +0200 Subject: [PATCH] Set reference version of the compiler to 3.7.3-RC1 --- project/Build.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Build.scala b/project/Build.scala index a1de4a9ff27d..38d9520d1e87 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.2-RC2" + val referenceVersion = "3.7.3-RC1" /** Version of the Scala compiler targeted in the current release cycle * Contains a version without RC/SNAPSHOT/NIGHTLY specific suffixes