Skip to content

Commit ee14905

Browse files
authored
[chore] Set reference compiler to 3.7.1-RC2 (#23244)
[test_non_bootstrapped] cc @hamzaremmal
2 parents 6896fe3 + 3cb3135 commit ee14905

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

project/Build.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ object Build {
103103
*
104104
* Warning: Change of this variable needs to be consulted with `expectedTastyVersion`
105105
*/
106-
val referenceVersion = "3.7.1-RC1"
106+
val referenceVersion = "3.7.1-RC2"
107107

108108
/** Version of the Scala compiler targeted in the current release cycle
109109
* Contains a version without RC/SNAPSHOT/NIGHTLY specific suffixes
@@ -1237,7 +1237,7 @@ object Build {
12371237
dependsOn(dottyCompiler(Bootstrapped) % "provided; compile->runtime; test->test").
12381238
settings(scala2LibraryBootstrappedSettings).
12391239
settings(moduleName := "scala2-library-cc")
1240-
1240+
12411241
lazy val scala2LibraryBootstrappedSettings = Seq(
12421242
javaOptions := (`scala3-compiler-bootstrapped` / javaOptions).value,
12431243
Compile / scalacOptions ++= {

0 commit comments

Comments
 (0)