File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ if ProcessInfo.processInfo.environment["SWIFTCI_USE_LOCAL_DEPS"] == nil {
4343 // Building standalone, so fetch all dependencies remotely.
4444 package . dependencies += [
4545 . package ( url: " https://github.com/apple/swift-cmark.git " , . branch( " gfm " ) ) ,
46- . package ( url: " https://github.com/apple/swift-argument-parser " , . upToNextMinor( from: " 1.0.1 " ) ) ,
46+ . package ( url: " https://github.com/apple/swift-argument-parser " , . upToNextMinor( from: " 0.4.4 " ) ) ,
4747 ]
4848} else {
4949 // Building in the Swift.org CI system, so rely on local versions of dependencies.
You can’t perform that action at this time.
0 commit comments