Skip to content

Commit 9ec6a7c

Browse files
committed
Fix TASTy minor version
1 parent 31f837e commit 9ec6a7c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

+3-1
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,9 @@ object TastyFormat {
318318
* compatibility, but remains backwards compatible, with all
319319
* preceeding `MinorVersion`.
320320
*/
321-
final val MinorVersion: Int = 4
321+
// Since 3.3.1, this version in one larger that that the Scala minor version
322+
// see https://github.com/lampepfl/dotty/pull/19321#issuecomment-1893343986
323+
final val MinorVersion: Int = 5
322324

323325
/** Natural Number. The `ExperimentalVersion` allows for
324326
* experimentation with changes to TASTy without committing

0 commit comments

Comments
 (0)