Skip to content

Commit c07726b

Browse files
authored
Found another place where we specify the swift-syntax version. (#8321)
Updates the config.json to swift-syntax 601.
1 parent 6d8a7b4 commit c07726b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Utilities/config.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{"version":1,
2-
"swiftSyntaxVersionForMacroTemplate":{"major":600,"minor":0,"patch":0, "prereleaseIdentifier":"latest"},
3-
"swiftTestingVersionForTestTemplate":{"major":0,"minor":8,"patch":0}}
2+
"swiftSyntaxVersionForMacroTemplate":{"major":601,"minor":0,"patch":0, "prereleaseIdentifier":"latest"},
3+
"swiftTestingVersionForTestTemplate":{"major":0,"minor":8,"patch":0}}

0 commit comments

Comments
 (0)