Skip to content

Commit 98bb905

Browse files
committed
patch TASTy version to 28.2-0
1 parent 189b1cc commit 98bb905

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasty/src/dotty/tools/tasty/TastyFormat.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ object TastyFormat {
301301
* is able to read final TASTy documents if the file's
302302
* `MinorVersion` is strictly less than the current value.
303303
*/
304-
final val ExperimentalVersion: Int = 1
304+
final val ExperimentalVersion: Int = 0
305305

306306
/**This method implements a binary relation (`<:<`) between two TASTy versions.
307307
*

0 commit comments

Comments
 (0)