We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e4ce680 + d7421f8 commit ae202e3Copy full SHA for ae202e3
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