We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a05de1c commit b89886bCopy full SHA for b89886b
project/Build.scala
@@ -115,7 +115,7 @@ object Build {
115
* During release candidate cycle incremented by the release officer before publishing a subsequent RC version;
116
* During final, stable release is set exactly to `developedVersion`.
117
*/
118
- val baseVersion = s"$developedVersion-RC1"
+ val baseVersion = s"$developedVersion-RC2"
119
120
/** Final version of Scala compiler, controlled by environment variables. */
121
val dottyVersion = {
0 commit comments