Skip to content

Commit 6d7e3df

Browse files
authored
Merge pull request #13462 from dotty-staging/patch-tasty-3.1.0-RC2
patch TASTy version to 28.1-2
2 parents 189b1cc + c6e6caf commit 6d7e3df

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 = 2
288+
final val MinorVersion: Int = 1
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 = 1
304+
final val ExperimentalVersion: Int = 2
305305

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

0 commit comments

Comments
 (0)