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.
1 parent 7f58a91 commit 7e6fd10Copy full SHA for 7e6fd10
Package.swift
@@ -213,7 +213,9 @@ if ProcessInfo.processInfo.environment["SWIFTCI_USE_LOCAL_DEPS"] == nil {
213
// Building standalone.
214
package.dependencies += [
215
.package(
216
- url: "https://github.com/apple/swift-argument-parser.git", from: "1.2.2"),
+ url: "https://github.com/apple/swift-argument-parser.git",
217
+ from: "1.2.2"
218
+ ),
219
220
url: "https://github.com/apple/swift-syntax.git",
221
branch: "release/5.9"
0 commit comments