File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ object Build {
103
103
*
104
104
* Warning: Change of this variable needs to be consulted with `expectedTastyVersion`
105
105
*/
106
- val referenceVersion = " 3.7.1-RC1 "
106
+ val referenceVersion = " 3.7.1-RC2 "
107
107
108
108
/** Version of the Scala compiler targeted in the current release cycle
109
109
* Contains a version without RC/SNAPSHOT/NIGHTLY specific suffixes
@@ -1237,7 +1237,7 @@ object Build {
1237
1237
dependsOn(dottyCompiler(Bootstrapped ) % " provided; compile->runtime; test->test" ).
1238
1238
settings(scala2LibraryBootstrappedSettings).
1239
1239
settings(moduleName := " scala2-library-cc" )
1240
-
1240
+
1241
1241
lazy val scala2LibraryBootstrappedSettings = Seq (
1242
1242
javaOptions := (`scala3-compiler-bootstrapped` / javaOptions).value,
1243
1243
Compile / scalacOptions ++= {
You can’t perform that action at this time.
0 commit comments