Skip to content

Commit 15b11e9

Browse files
Update dependency apple/swift-argument-parser to v1 (#27)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent acf1811 commit 15b11e9

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: "0.5.0"),
16+
.package(name: "swift-argument-parser", url: "https://github.com/apple/swift-argument-parser", from: "1.2.2"),
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)