We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73d5459 commit 5d0e502Copy full SHA for 5d0e502
Package.swift
@@ -19,7 +19,7 @@ let package = Package(
19
),
20
],
21
dependencies: [
22
- .package(url: "https://github.com/apple/swift-argument-parser", from: "1.5.0"),
+ .package(url: "https://github.com/apple/swift-argument-parser", from: "1.6.1"),
23
.package(url: "https://github.com/behrang/YamlSwift.git", from: "3.4.4"),
24
.package(url: "https://github.com/jpsim/SourceKitten.git", from: "0.36.0"),
25
.package(url: "https://github.com/kylef/PathKit.git", from: "1.0.1"),
0 commit comments