Skip to content

Commit 2bdef19

Browse files
Update dependency apple/swift-argument-parser to v1.7.1
1 parent 9bb8d0f commit 2bdef19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SwiftExecutablePackage/Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ let package = Package(
99
dependencies: [
1010
.package(url: "https://github.com/rickclephas/KMP-NativeCoroutines.git", exact: "1.0.0-ALPHA-18"),
1111
.package(url: "https://github.com/joreilly/BikeShareSwiftPackage", exact: "1.20.0"),
12-
.package(url: "https://github.com/apple/swift-argument-parser.git", exact: "1.6.1"),
12+
.package(url: "https://github.com/apple/swift-argument-parser.git", exact: "1.7.1"),
1313
.package(url: "https://github.com/pakLebah/ANSITerminal", from: "0.0.3")
1414
],
1515
targets: [

0 commit comments

Comments
 (0)