Skip to content

Commit 5522929

Browse files
committed
Fix incorrect TASTy version
1 parent 5cc4a9c commit 5522929

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tasty/src/dotty/tools/tasty/TastyFormat.scala

+2-2
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ object TastyFormat {
289289
* compatibility, but remains backwards compatible, with all
290290
* preceeding `MinorVersion`.
291291
*/
292-
final val MinorVersion: Int = 2
292+
final val MinorVersion: Int = 3
293293

294294
/** Natural Number. The `ExperimentalVersion` allows for
295295
* experimentation with changes to TASTy without committing
@@ -305,7 +305,7 @@ object TastyFormat {
305305
* is able to read final TASTy documents if the file's
306306
* `MinorVersion` is strictly less than the current value.
307307
*/
308-
final val ExperimentalVersion: Int = 0
308+
final val ExperimentalVersion: Int = 1
309309

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

0 commit comments

Comments
 (0)