From f3b087343ec03cd8d323f342a3c158fbd8da8f8f Mon Sep 17 00:00:00 2001 From: Tomasz Godzik Date: Thu, 24 Apr 2025 20:03:19 +0200 Subject: [PATCH] chore: Set reference version to 3.7.0-RC4 --- project/Build.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Build.scala b/project/Build.scala index 678ada479a33..3ea865fb00db 100644 --- a/project/Build.scala +++ b/project/Build.scala @@ -103,7 +103,7 @@ object Build { * * Warning: Change of this variable needs to be consulted with `expectedTastyVersion` */ - val referenceVersion = "3.7.0-RC3" + val referenceVersion = "3.7.0-RC4" /** Version of the Scala compiler targeted in the current release cycle * Contains a version without RC/SNAPSHOT/NIGHTLY specific suffixes