Skip to content

Commit bc31b45

Browse files
WojciechMazurodersky
authored andcommitted
Temporarly disable released Tasty version checks, due to delayed 3.7.0 release (missing 3.7.0 stable artifacts, prevent us from upgrade of reference compiler)
1 parent 2ab5635 commit bc31b45

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

project/Build.scala

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,8 @@ object Build {
142142
* - in stable release is always non-experimetnal
143143
*/
144144
val expectedTastyVersion = "28.7-experimental-1"
145-
checkReleasedTastyVersion()
145+
// TODO: Restore test when upgrading reference compiler to 3.7.0 stable
146+
// checkReleasedTastyVersion()
146147

147148
/** Final version of Scala compiler, controlled by environment variables. */
148149
val dottyVersion = {

0 commit comments

Comments
 (0)