mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
[swift-inspect] bump swift-argument-parser version to 1.5.0
This commit is contained in:
@@ -50,7 +50,7 @@ let package = Package(
|
||||
|
||||
if ProcessInfo.processInfo.environment["SWIFTCI_USE_LOCAL_DEPS"] == nil {
|
||||
package.dependencies += [
|
||||
.package(url: "https://github.com/apple/swift-argument-parser.git", from: "1.2.2"),
|
||||
.package(url: "https://github.com/apple/swift-argument-parser.git", from: "1.5.0"),
|
||||
]
|
||||
} else {
|
||||
package.dependencies += [.package(path: "../../../swift-argument-parser")]
|
||||
|
||||
Reference in New Issue
Block a user