From 11cff7a0b2953391daf2a8b9c228ace6098fe514 Mon Sep 17 00:00:00 2001 From: Tomasz Godzik Date: Mon, 27 Oct 2025 12:15:06 +0100 Subject: [PATCH] chore: Update referenceVersion to 3.3.7 --- project/Build.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Build.scala b/project/Build.scala index 7bab975f9de6..d842267062ea 100644 --- a/project/Build.scala +++ b/project/Build.scala @@ -87,7 +87,7 @@ object Build { * * Warning: Change of this variable needs to be consulted with `expectedTastyVersion` */ - val referenceVersion = "3.3.7-RC2" + val referenceVersion = "3.3.7" /** Version of the Scala compiler targeted in the current release cycle * Contains a version without RC/SNAPSHOT/NIGHTLY specific suffixes