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 f7e6c4c commit b0f75e0Copy full SHA for b0f75e0
project/Build.scala
@@ -120,9 +120,11 @@ object Build {
120
* - Major version is always 28
121
* - TASTY minor version:
122
* - in main (NIGHTLY): {if $patch == 0 || ${referenceVersion.matches(raw"3.$minor.0-RC\d")} then $minor else ${minor + 1}}
123
+ * - in LTS branch (NIGHTLY): always equal to $minor
124
* - in release branch is always equal to $minor
125
* - TASTY experimental version:
126
* - in main (NIGHTLY) is always experimental
127
+ * - in LTS branch (NIGHTLY) is always non-experimental
128
* - in release candidate branch is experimental if {patch == 0}
129
* - in stable release is always non-experimetnal
130
*/
0 commit comments