We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9eb2854 commit 7debedfCopy full SHA for 7debedf
project/Build.scala
@@ -109,7 +109,7 @@ object Build {
109
* During release candidate cycle incremented by the release officer before publishing a subsequent RC version;
110
* During final, stable release is set exactly to `developedVersion`.
111
*/
112
- val baseVersion = s"$developedVersion-RC1"
+ val baseVersion = s"$developedVersion-RC2"
113
114
/** Final version of Scala compiler, controlled by environment variables. */
115
val dottyVersion = {
0 commit comments