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.
2 parents a1ebffe + 3861999 commit 8b4db3cCopy full SHA for 8b4db3c
Package.swift
@@ -215,15 +215,17 @@ if ProcessInfo.processInfo.environment["SWIFTCI_USE_LOCAL_DEPS"] == nil {
215
package.dependencies += [
216
.package(
217
url: "https://github.com/apple/swift-argument-parser.git",
218
- branch: "main"
+ // This should be kept in sync with the same dependency used by
219
+ // swift-syntax.
220
+ Version("1.0.1")..<Version("1.2.0")
221
),
222
223
url: "https://github.com/apple/swift-syntax.git",
224
branch: "main"
225
226
227
url: "https://github.com/apple/swift-tools-support-core.git",
228
+ exact: Version("0.4.0")
229
230
]
231
} else {
0 commit comments