Skip to content

Commit

Permalink
fix(patch): Update dependency on SAP to 1.1 at a minimum as AsyncPars…
Browse files Browse the repository at this point in the history
…ableCommand was only available from that version (#164)
  • Loading branch information
hassila authored Jun 19, 2023
1 parent 5bc62b1 commit eb19cd5
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 @@ -19,7 +19,7 @@ let package = Package(
],
dependencies: [
.package(url: "https://github.com/apple/swift-system", .upToNextMajor(from: "1.2.0")),
.package(url: "https://github.com/apple/swift-argument-parser", .upToNextMajor(from: "1.0.0")),
.package(url: "https://github.com/apple/swift-argument-parser", .upToNextMajor(from: "1.1.0")),
.package(url: "https://github.com/swift-extras/swift-extras-json", .upToNextMajor(from: "0.6.0")),
// .package(url: "https://github.com/SwiftPackageIndex/SPIManifest", from: "0.12.0"),
.package(url: "https://github.com/ordo-one/TextTable", .upToNextMajor(from: "0.0.1")),
Expand Down

0 comments on commit eb19cd5

Please sign in to comment.