Skip to content

Commit 842d62b

Browse files
authored
Merge pull request #434 from apple/version
Update swift-argument-parser
2 parents 89aa8ee + c9872d1 commit 842d62b

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
@@ -238,7 +238,7 @@ if ProcessInfo.processInfo.environment["SWIFTCI_USE_LOCAL_DEPS"] == nil {
238238
.package(name: "IndexStoreDB", url: "https://github.com/apple/indexstore-db.git", .branch("main")),
239239
.package(name: "SwiftPM", url: "https://github.com/apple/swift-package-manager.git", .branch("main")),
240240
.package(url: "https://github.com/apple/swift-tools-support-core.git", .branch("main")),
241-
.package(url: "https://github.com/apple/swift-argument-parser.git", .upToNextMinor(from: "0.4.1")),
241+
.package(url: "https://github.com/apple/swift-argument-parser.git", .upToNextMinor(from: "1.0.1")),
242242
]
243243
} else {
244244
package.dependencies += [

0 commit comments

Comments
 (0)