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 @@ -123,7 +123,7 @@ object Build {
123
123
* During release candidate cycle incremented by the release officer before publishing a subsequent RC version;
124
124
* During final, stable release is set exactly to `developedVersion`.
125
125
*/
126
- val baseVersion = s " $developedVersion-RC1 "
126
+ val baseVersion = s " $developedVersion-RC2 "
127
127
128
128
/** The version of TASTY that should be emitted, checked in runtime test
129
129
* For defails on how TASTY version should be set see related discussions:
@@ -1238,7 +1238,7 @@ object Build {
1238
1238
dependsOn(dottyCompiler(Bootstrapped ) % " provided; compile->runtime; test->test" ).
1239
1239
settings(scala2LibraryBootstrappedSettings).
1240
1240
settings(moduleName := " scala2-library-cc" )
1241
-
1241
+
1242
1242
lazy val scala2LibraryBootstrappedSettings = Seq (
1243
1243
javaOptions := (`scala3-compiler-bootstrapped` / javaOptions).value,
1244
1244
Compile / scalacOptions ++= {
You can’t perform that action at this time.
0 commit comments