From 1957506b8cf407606fa0420da59247ea451e282f Mon Sep 17 00:00:00 2001 From: Wojciech Mazur Date: Mon, 2 Jun 2025 15:46:51 +0200 Subject: [PATCH] Set reference version to 3.7.1 --- project/Build.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Build.scala b/project/Build.scala index db73624c6cee..cf6c10a53192 100644 --- a/project/Build.scala +++ b/project/Build.scala @@ -102,7 +102,7 @@ object Build { * * Warning: Change of this variable needs to be consulted with `expectedTastyVersion` */ - val referenceVersion = "3.7.1-RC2" + val referenceVersion = "3.7.1" /** Version of the Scala compiler targeted in the current release cycle * Contains a version without RC/SNAPSHOT/NIGHTLY specific suffixes