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 ecb6475 commit 1c6ee2fCopy full SHA for 1c6ee2f
project/Build.scala
@@ -107,7 +107,7 @@ object Build {
107
* During release candidate cycle incremented by the release officer before publishing a subsequent RC version;
108
* During final, stable release is set exactly to `developedVersion`.
109
*/
110
- val baseVersion = s"$developedVersion-RC1"
+ val baseVersion = s"$developedVersion-RC2"
111
112
/** The version of TASTY that should be emitted, checked in runtime test
113
* For defails on how TASTY version should be set see related discussions:
0 commit comments