We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56d0268 commit 6d1df2eCopy full SHA for 6d1df2e
tasty/src/dotty/tools/tasty/TastyFormat.scala
@@ -288,7 +288,7 @@ object TastyFormat {
288
* compatibility, but remains backwards compatible, with all
289
* preceeding `MinorVersion`.
290
*/
291
- final val MinorVersion: Int = 3
+ final val MinorVersion: Int = 2
292
293
/** Natural Number. The `ExperimentalVersion` allows for
294
* experimentation with changes to TASTy without committing
@@ -304,7 +304,7 @@ object TastyFormat {
304
* is able to read final TASTy documents if the file's
305
* `MinorVersion` is strictly less than the current value.
306
307
- final val ExperimentalVersion: Int = 1
+ final val ExperimentalVersion: Int = 0
308
309
/**This method implements a binary relation (`<:<`) between two TASTy versions.
310
*
0 commit comments