Skip to content

Commit dfb10b7

Browse files
authored
Fix package manifest (#20)
1 parent c570b58 commit dfb10b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package@swift-5.5.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ if ProcessInfo.processInfo.environment["SWIFTCI_USE_LOCAL_DEPS"] == nil {
5555
// Building standalone, so fetch all dependencies remotely.
5656
package.dependencies += [
5757
.package(url: "https://github.com/apple/swift-cmark.git", .branch("gfm")),
58-
.package(url: "https://github.com/apple/swift-argument-parser", .upToNextMinor(from: "0.4.4")),
58+
.package(url: "https://github.com/apple/swift-argument-parser", .upToNextMinor(from: "1.0.1")),
5959
]
6060
} else {
6161
// Building in the Swift.org CI system, so rely on local versions of dependencies.

0 commit comments

Comments
 (0)