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