Skip to content

Commit

Permalink
Update dependency apple/swift-argument-parser to from: "1.3.0"
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 7, 2023
1 parent 15b11e9 commit b5d01f5
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: "1.2.2"),
.package(name: "swift-argument-parser", url: "https://github.com/apple/swift-argument-parser", from: "1.3.0"),
.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 b5d01f5

Please sign in to comment.