Skip to content

Commit acae60b

Browse files
Update dependency apple/swift-argument-parser to from: "1.6.0"
1 parent 73d5459 commit acae60b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ let package = Package(
1919
),
2020
],
2121
dependencies: [
22-
.package(url: "https://github.com/apple/swift-argument-parser", from: "1.5.0"),
22+
.package(url: "https://github.com/apple/swift-argument-parser", from: "1.6.0"),
2323
.package(url: "https://github.com/behrang/YamlSwift.git", from: "3.4.4"),
2424
.package(url: "https://github.com/jpsim/SourceKitten.git", from: "0.36.0"),
2525
.package(url: "https://github.com/kylef/PathKit.git", from: "1.0.1"),

0 commit comments

Comments
 (0)