Skip to content

Commit 0c03eb0

Browse files
committed
[TEMPORARY COMMIT] bump tasty
1 parent d6155fb commit 0c03eb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ Standard Section: "Comments" Comment*
251251
object TastyFormat {
252252

253253
final val header: Array[Int] = Array(0x5C, 0xA1, 0xAB, 0x1F)
254-
val MajorVersion: Int = 18
254+
val MajorVersion: Int = 19
255255
val MinorVersion: Int = 0
256256

257257
/** Tags used to serialize names, should update [[nameTagToString]] if a new constant is added */

0 commit comments

Comments
 (0)