Skip to content

Commit b72f84e

Browse files
committed
Downgrade referenceVersion to 3.6.0 (assuming 3.6.0-RC1) to use experimental TASTy version in main. Add notes on how referenceVersion should be tracked
1 parent bcbdb5e commit b72f84e

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

Diff for: project/Build.scala

+6-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,12 @@ object DottyJSPlugin extends AutoPlugin {
9191
object Build {
9292
import ScaladocConfigs._
9393

94-
val referenceVersion = "3.6.1"
94+
/** Version of the Scala compiler used to build the artifacts.
95+
* Reference version should track the latest version pushed to Maven:
96+
* - In main branch it should be the last RC version (using experimental TASTy required for non-bootstrapped tests)
97+
* - In release branch it should be the last stable release
98+
*/
99+
val referenceVersion = "3.6.0"
95100

96101
val baseVersion = "3.6.2"
97102
// Will be required by some automation later

0 commit comments

Comments
 (0)