Skip to content

Commit edcc59c

Browse files
authored
Merge pull request #391 from neonichu/bump-argparser-5.5
[5.5] Bump swift-argument-parser to 0.4.1
2 parents c4d9869 + c234064 commit edcc59c

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("release/5.5")),
239239
.package(name: "SwiftPM", url: "https://github.com/apple/swift-package-manager.git", .branch("release/5.5")),
240240
.package(url: "https://github.com/apple/swift-tools-support-core.git", .branch("release/5.5")),
241-
.package(url: "https://github.com/apple/swift-argument-parser.git", .upToNextMinor(from: "0.3.0")),
241+
.package(url: "https://github.com/apple/swift-argument-parser.git", .upToNextMinor(from: "0.4.1")),
242242
]
243243
} else {
244244
package.dependencies += [

0 commit comments

Comments
 (0)