Skip to content

Commit

Permalink
Update dependency apple/swift-argument-parser to v1 (#27)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Apr 19, 2023
1 parent acf1811 commit 15b11e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ let package = Package(
.library(name: "Simctl", targets: ["Simctl"])
],
dependencies: [
.package(name: "swift-argument-parser", url: "https://github.com/apple/swift-argument-parser", from: "0.5.0"),
.package(name: "swift-argument-parser", url: "https://github.com/apple/swift-argument-parser", from: "1.2.2"),
.package(name: "ShellOut", url: "https://github.com/JohnSundell/ShellOut.git", from: "2.3.0"),
.package(name: "Swifter", url: "https://github.com/httpswift/swifter.git", from: "1.5.0")
],
Expand Down

0 comments on commit 15b11e9

Please sign in to comment.