diff --git a/Package.swift b/Package.swift index c1153796..893bf30c 100644 --- a/Package.swift +++ b/Package.swift @@ -43,7 +43,7 @@ if ProcessInfo.processInfo.environment["SWIFTCI_USE_LOCAL_DEPS"] == nil { // Building standalone, so fetch all dependencies remotely. package.dependencies += [ .package(url: "https://github.com/apple/swift-cmark.git", .branch("gfm")), - .package(url: "https://github.com/apple/swift-argument-parser", .upToNextMinor(from: "0.4.4")), + .package(url: "https://github.com/apple/swift-argument-parser", .upToNextMinor(from: "1.0.1")), ] } else { // Building in the Swift.org CI system, so rely on local versions of dependencies.