File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 ++= {
You can’t perform that action at this time.
0 commit comments