From 4bfcef1019706ac6992021baf9ec1d60392a12dc Mon Sep 17 00:00:00 2001 From: Tomasz Godzik Date: Fri, 2 May 2025 12:22:35 +0200 Subject: [PATCH] chore: Bump reference version to RC3 --- project/Build.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Build.scala b/project/Build.scala index bec970038ae0..b11589490264 100644 --- a/project/Build.scala +++ b/project/Build.scala @@ -88,7 +88,7 @@ object Build { * * Warning: Change of this variable needs to be consulted with `expectedTastyVersion` */ - val referenceVersion = "3.3.6-RC2" + val referenceVersion = "3.3.6-RC3" /** Version of the Scala compiler targeted in the current release cycle * Contains a version without RC/SNAPSHOT/NIGHTLY specific suffixes