We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cdd72a0 commit c33db50Copy full SHA for c33db50
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-RC2"
+ val baseVersion = developedVersion
119
120
/** Final version of Scala compiler, controlled by environment variables. */
121
val dottyVersion = {
0 commit comments