Skip to content

Commit 2926e32

Browse files
[chore] Temporarly disable released Tasty version checks, due to delayed 3.7.0 release (#23093)
Missing 3.7.0 stable artifacts, prevent us from upgrade of reference compiler and changes to expected TASTy version. Would be reverted when upgrading reference compiler to 3.7.0 and 3.7.1-RC1 Fixes #23092
2 parents 166c893 + 9b0f85a commit 2926e32

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

project/Build.scala

+2-1
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)