Skip to content

Commit cb107b3

Browse files
committed
Reset TASTy version
1 parent eed7813 commit cb107b3

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
@@ -252,7 +252,7 @@ Standard Section: "Comments" Comment*
252252
object TastyFormat {
253253

254254
final val header: Array[Int] = Array(0x5C, 0xA1, 0xAB, 0x1F)
255-
val MajorVersion: Int = 18
255+
val MajorVersion: Int = 17
256256
val MinorVersion: Int = 0
257257

258258
/** Tags used to serialize names */

0 commit comments

Comments
 (0)