Skip to content

Commit d7421f8

Browse files
committed
Depend on swift-syntax release/6.0 instead of main
1 parent e4ce680 commit d7421f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ var dependencies: [Package.Dependency] {
163163
return [
164164
.package(url: "https://github.com/apple/swift-argument-parser.git", from: "1.2.2"),
165165
.package(url: "https://github.com/apple/swift-markdown.git", from: "0.2.0"),
166-
.package(url: "https://github.com/apple/swift-syntax.git", branch: "main"),
166+
.package(url: "https://github.com/apple/swift-syntax.git", branch: "release/6.0"),
167167
]
168168
}
169169
}

0 commit comments

Comments
 (0)