Skip to content

Commit 189b1cc

Browse files
authored
Merge pull request #13450 from lampepfl/revert-13446-patch-final-tasty
Revert "patch TASTy version to 28.1.0"
2 parents 3edbad6 + b31cb6b commit 189b1cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ object TastyFormat {
285285
* compatibility, but remains backwards compatible, with all
286286
* preceeding `MinorVersion`.
287287
*/
288-
final val MinorVersion: Int = 1
288+
final val MinorVersion: Int = 2
289289

290290
/** Natural Number. The `ExperimentalVersion` allows for
291291
* experimentation with changes to TASTy without committing
@@ -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 = 0
304+
final val ExperimentalVersion: Int = 1
305305

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

0 commit comments

Comments
 (0)