Skip to content

Commit ee4bd3d

Browse files
chore(deps): update dependency apple/swift-argument-parser to v1.7.0
1 parent 61c0b89 commit ee4bd3d

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.0"),
1313
.package(url: "https://github.com/pakLebah/ANSITerminal", from: "0.0.3")
1414
],
1515
targets: [

0 commit comments

Comments
 (0)