From b4ae9e6ee98ae04a8162c5649a6217f5c982cd0c Mon Sep 17 00:00:00 2001 From: Wojciech Mazur Date: Sat, 18 Jan 2025 00:00:03 +0100 Subject: [PATCH] Set reference version to 3.6.4-RC1 --- project/Build.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Build.scala b/project/Build.scala index b3293d6331f6..97bf2985c1bc 100644 --- a/project/Build.scala +++ b/project/Build.scala @@ -98,7 +98,7 @@ object Build { * * Warning: Change of this variable needs to be consulted with `expectedTastyVersion` */ - val referenceVersion = "3.6.3-RC2" + val referenceVersion = "3.6.4-RC1" /** Version of the Scala compiler targeted in the current release cycle * Contains a version without RC/SNAPSHOT/NIGHTLY specific suffixes