Skip to content

Commit 9a90500

Browse files
committed
Update swift-argument-parser
1 parent 164fa99 commit 9a90500

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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: "0.4.4")),
46+
.package(url: "https://github.com/apple/swift-argument-parser", .upToNextMinor(from: "1.0.1")),
4747
]
4848
} else {
4949
// Building in the Swift.org CI system, so rely on local versions of dependencies.

0 commit comments

Comments
 (0)