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

Commit 7a7f1ff

Browse files
committed
Update swift-argument-parser
1 parent 9b9bb59 commit 7a7f1ff

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Package.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ let package = Package(
1212
.library(name: "XCDoctor", targets: ["XCDoctor"]),
1313
],
1414
dependencies: [
15-
.package(url: "https://github.com/apple/swift-argument-parser", from: "1.1.2")
15+
.package(url: "https://github.com/apple/swift-argument-parser", from: "1.1.3")
1616
],
1717
targets: [
1818
.executableTarget(

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ A command-line tool that helps diagnosing your Xcode project for common defects.
1212

1313
| Dependency | Description | Version | License |
1414
| :---------------------------------------------------------------------- | :-------------------------------------------- | :------ | :----------------- |
15-
| [swift-argument-parser](https://github.com/apple/swift-argument-parser) | Describe and manage a command-line interface. | 1.1.2 | Apache License 2.0 |
15+
| [swift-argument-parser](https://github.com/apple/swift-argument-parser) | Describe and manage a command-line interface. | 1.1.3 | Apache License 2.0 |
1616

1717
### Install manually
1818

0 commit comments

Comments
 (0)