We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31f837e commit 9ec6a7cCopy full SHA for 9ec6a7c
tasty/src/dotty/tools/tasty/TastyFormat.scala
@@ -318,7 +318,9 @@ object TastyFormat {
318
* compatibility, but remains backwards compatible, with all
319
* preceeding `MinorVersion`.
320
*/
321
- final val MinorVersion: Int = 4
+ // 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
324
325
/** Natural Number. The `ExperimentalVersion` allows for
326
* experimentation with changes to TASTy without committing
0 commit comments