From e6c8862c64eef992e2a49a117a43a8225458513b Mon Sep 17 00:00:00 2001 From: Wojciech Mazur Date: Fri, 7 Mar 2025 13:57:50 +0100 Subject: [PATCH] Set referenceVersion to 3.6.4 --- project/Build.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Build.scala b/project/Build.scala index c69be70e6d9d..5d7ac47c25b8 100644 --- a/project/Build.scala +++ b/project/Build.scala @@ -99,7 +99,7 @@ object Build { * * Warning: Change of this variable needs to be consulted with `expectedTastyVersion` */ - val referenceVersion = "3.6.4-RC1" + val referenceVersion = "3.6.4" /** Version of the Scala compiler targeted in the current release cycle * Contains a version without RC/SNAPSHOT/NIGHTLY specific suffixes