From 5efb27ffae7554b11083bbc4641493dcf952f7de Mon Sep 17 00:00:00 2001 From: Wojciech Mazur Date: Thu, 13 Nov 2025 07:33:44 +0100 Subject: [PATCH] [chore] Set reference version to 3.7.4 (#24348) [Cherry-picked b6d9a6db09d9e1bbf1b8c59afe253e9b15330b90][modified] --- project/Build.scala | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/project/Build.scala b/project/Build.scala index 48558160d8b5..4bfe72eae9ad 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-RC2" + val referenceVersion = "3.7.4" /** Version of the Scala compiler targeted in the current release cycle * Contains a version without RC/SNAPSHOT/NIGHTLY specific suffixes @@ -456,7 +456,7 @@ object Build { import java.text._ val dateFormat = new SimpleDateFormat("yyyyMMdd-HHmmss") dateFormat.setTimeZone(TimeZone.getTimeZone("GMT")) - + val fileName = "compiler.properties" val contents = Def.setting { s"""version.number=${version.value}