Skip to content

Commit 7ef89a0

Browse files
authored
Merge pull request #673 from apple/maxd/bump-argument-parser
Bump `swift-argument-parser` to 1.1.4
2 parents b55057a + b323ab5 commit 7ef89a0

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
@@ -244,7 +244,7 @@ if ProcessInfo.processInfo.environment["SWIFTCI_USE_LOCAL_DEPS"] == nil {
244244
.package(name: "IndexStoreDB", url: "https://github.com/apple/indexstore-db.git", .branch("main")),
245245
.package(name: "SwiftPM", url: "https://github.com/apple/swift-package-manager.git", .branch("main")),
246246
.package(url: "https://github.com/apple/swift-tools-support-core.git", .branch("main")),
247-
.package(url: "https://github.com/apple/swift-argument-parser.git", .upToNextMinor(from: "1.0.1")),
247+
.package(url: "https://github.com/apple/swift-argument-parser.git", .upToNextMinor(from: "1.1.4")),
248248
.package(url: "https://github.com/apple/swift-syntax.git", .branch("main")),
249249
]
250250
} else {

0 commit comments

Comments
 (0)