We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d80d915 commit d9ecb34Copy full SHA for d9ecb34
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-RC2"
+ val baseVersion = s"$developedVersion-RC3"
113
114
/** Final version of Scala compiler, controlled by environment variables. */
115
val dottyVersion = {
0 commit comments