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