We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6abbe56 commit 88438e2Copy full SHA for 88438e2
project/Build.scala
@@ -80,7 +80,7 @@ object Build {
80
* During release candidate cycle incremented by the release officer before publishing a subsequent RC version;
81
* During final, stable release is set exactly to `developedVersion`.
82
*/
83
- val baseVersion = s"${developedVersion}-RC1"
+ val baseVersion = developedVersion
84
85
/** The version of TASTY that should be emitted, checked in runtime test
86
* For defails on how TASTY version should be set see related discussions:
0 commit comments