Skip to content

Commit e72d032

Browse files
authored
Update swift-argument-parser to >= 1.4.0 (#106)
1 parent fc65432 commit e72d032

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
@@ -12,7 +12,7 @@ let package = Package(
1212
.executable(name: "hub-cli", targets: ["HubCLI"]),
1313
],
1414
dependencies: [
15-
.package(url: "https://github.com/apple/swift-argument-parser.git", exact: "1.3.0")
15+
.package(url: "https://github.com/apple/swift-argument-parser.git", from: "1.4.0")
1616
],
1717
targets: [
1818
.executableTarget(

0 commit comments

Comments
 (0)