From 3cb3135f65148a1970f5223f40c4163d5563b64e Mon Sep 17 00:00:00 2001 From: Wojciech Mazur Date: Thu, 22 May 2025 23:51:56 +0200 Subject: [PATCH] Set reference compiler to 3.7.1-RC2 --- project/Build.scala | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/project/Build.scala b/project/Build.scala index 8f4a064d00b6..0c057b6a7884 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.1-RC1" + val referenceVersion = "3.7.1-RC2" /** Version of the Scala compiler targeted in the current release cycle * Contains a version without RC/SNAPSHOT/NIGHTLY specific suffixes @@ -1237,7 +1237,7 @@ object Build { dependsOn(dottyCompiler(Bootstrapped) % "provided; compile->runtime; test->test"). settings(scala2LibraryBootstrappedSettings). settings(moduleName := "scala2-library-cc") - + lazy val scala2LibraryBootstrappedSettings = Seq( javaOptions := (`scala3-compiler-bootstrapped` / javaOptions).value, Compile / scalacOptions ++= {