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