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