Skip to content

Commit 21885be

Browse files
committed
add swift-syntax 509.0.0 to the massbuild list
1 parent 24ab7b8 commit 21885be

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Sources/Massbuild/Main.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@ enum Main
4646
try await builder.build("swift-syntax",
4747
repository: "https://github.com/apple/swift-syntax.git",
4848
versions:
49-
"508.0.1")
49+
"508.0.1",
50+
"509.0.0")
5051

5152
try await builder.build("swift-system",
5253
repository: "https://github.com/apple/swift-system.git",

0 commit comments

Comments
 (0)