Skip to content

Commit a6438cd

Browse files
committed
Bump Tasty format
... to account for changes to implicit flags and new Exported flag.
1 parent d00b123 commit a6438cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/src/dotty/tools/dotc/core/tasty/TastyFormat.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ Standard Section: "Comments" Comment*
249249
object TastyFormat {
250250

251251
final val header: Array[Int] = Array(0x5C, 0xA1, 0xAB, 0x1F)
252-
val MajorVersion: Int = 13
252+
val MajorVersion: Int = 14
253253
val MinorVersion: Int = 0
254254

255255
/** Tags used to serialize names */

0 commit comments

Comments
 (0)