We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3b2838 commit 9d7f439Copy full SHA for 9d7f439
project/Build.scala
@@ -118,7 +118,7 @@ object Build {
118
* During release candidate cycle incremented by the release officer before publishing a subsequent RC version;
119
* During final, stable release is set exactly to `developedVersion`.
120
*/
121
- val baseVersion = s"$developedVersion-RC1"
+ val baseVersion = s"$developedVersion-RC2"
122
123
/** The version of TASTY that should be emitted, checked in runtime test
124
* For defails on how TASTY version should be set see related discussions:
0 commit comments