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