Skip to content
This repository was archived by the owner on Apr 11, 2024. It is now read-only.

Commit a5e5c70

Browse files
committed
Updated swift-argument-parser to 0.0.6
1 parent da4be8f commit a5e5c70

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Package.resolved

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ let package = Package(
1616
],
1717

1818
dependencies: [
19-
.package(url: "https://github.com/apple/swift-argument-parser.git", from: "0.0.5"),
19+
.package(url: "https://github.com/apple/swift-argument-parser.git", from: "0.0.6"),
2020
.package(name: "SwiftPM", url: "https://github.com/apple/swift-package-manager.git", .revision("swift-5.2.3-RELEASE")),
2121
.package(url: "https://github.com/apple/swift-tools-support-core.git", from: "0.1.3"),
2222
],

0 commit comments

Comments
 (0)