This repository was archived by the owner on Jul 3, 2024. It is now read-only.
File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ let package = Package(
12
12
. library( name: " XCDoctor " , targets: [ " XCDoctor " ] ) ,
13
13
] ,
14
14
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 " )
16
16
] ,
17
17
targets: [
18
18
. executableTarget(
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ A command-line tool that helps diagnosing your Xcode project for common defects.
12
12
13
13
| Dependency | Description | Version | License |
14
14
| :---------------------------------------------------------------------- | :-------------------------------------------- | :------ | :----------------- |
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 |
16
16
17
17
### Install manually
18
18
You can’t perform that action at this time.
0 commit comments