Skip to content

Commit 97bb7a0

Browse files
committed
Bump swift-argument-parser to 0.4.1
1 parent ad9b09e commit 97bb7a0

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.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)