Skip to content

Commit

Permalink
Update swift-argument-parser to >= 1.4.0 (#106)
Browse files Browse the repository at this point in the history
  • Loading branch information
pcuenca authored Jul 18, 2024
1 parent fc65432 commit e72d032
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 @@ -12,7 +12,7 @@ let package = Package(
.executable(name: "hub-cli", targets: ["HubCLI"]),
],
dependencies: [
.package(url: "https://github.com/apple/swift-argument-parser.git", exact: "1.3.0")
.package(url: "https://github.com/apple/swift-argument-parser.git", from: "1.4.0")
],
targets: [
.executableTarget(
Expand Down

0 comments on commit e72d032

Please sign in to comment.