We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61c0b89 commit 27a7d3cCopy full SHA for 27a7d3c
SwiftExecutablePackage/Package.swift
@@ -9,7 +9,7 @@ let package = Package(
9
dependencies: [
10
.package(url: "https://github.com/rickclephas/KMP-NativeCoroutines.git", exact: "1.0.0-ALPHA-18"),
11
.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"),
+ .package(url: "https://github.com/apple/swift-argument-parser.git", exact: "1.6.2"),
13
.package(url: "https://github.com/pakLebah/ANSITerminal", from: "0.0.3")
14
],
15
targets: [
0 commit comments