Skip to content

Commit 25d9df1

Browse files
Update dependency apple/swift-argument-parser to from: "1.6.0"
1 parent 15b11e9 commit 25d9df1

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
@@ -13,7 +13,7 @@ let package = Package(
1313
.library(name: "Simctl", targets: ["Simctl"])
1414
],
1515
dependencies: [
16-
.package(name: "swift-argument-parser", url: "https://github.com/apple/swift-argument-parser", from: "1.2.2"),
16+
.package(name: "swift-argument-parser", url: "https://github.com/apple/swift-argument-parser", from: "1.6.0"),
1717
.package(name: "ShellOut", url: "https://github.com/JohnSundell/ShellOut.git", from: "2.3.0"),
1818
.package(name: "Swifter", url: "https://github.com/httpswift/swifter.git", from: "1.5.0")
1919
],

0 commit comments

Comments
 (0)