From 1c672b63c49eee170f19f4b00e94774d65767234 Mon Sep 17 00:00:00 2001 From: Wojciech Mazur Date: Thu, 4 Dec 2025 12:29:24 +0100 Subject: [PATCH] Set reference compiler version to 3.8.0-RC3 --- project/Build.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Build.scala b/project/Build.scala index cd02fa21257c..d0a12a9606c4 100644 --- a/project/Build.scala +++ b/project/Build.scala @@ -59,7 +59,7 @@ object Build { * * Warning: Change of this variable needs to be consulted with `expectedTastyVersion` */ - val referenceVersion = "3.8.0-RC2" + val referenceVersion = "3.8.0-RC3" /** Version of the Scala compiler targeted in the current release cycle * Contains a version without RC/SNAPSHOT/NIGHTLY specific suffixes