We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
release/6.0
main
1 parent e4ce680 commit d7421f8Copy full SHA for d7421f8
Package.swift
@@ -163,7 +163,7 @@ var dependencies: [Package.Dependency] {
163
return [
164
.package(url: "https://github.com/apple/swift-argument-parser.git", from: "1.2.2"),
165
.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"),
+ .package(url: "https://github.com/apple/swift-syntax.git", branch: "release/6.0"),
167
]
168
}
169
0 commit comments