We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77933e5 commit c8357eaCopy full SHA for c8357ea
Package.swift
@@ -13,7 +13,7 @@ let package = Package(
13
.package(url: "https://github.com/swift-server/swift-aws-lambda-events.git", from: "0.4.0"),
14
.package(url: "https://github.com/soto-project/soto.git", from: "7.0.0"),
15
.package(url: "https://github.com/swift-server/async-http-client.git", from: "1.21.2"),
16
- .package(url: "https://github.com/apple/swift-argument-parser", from: "1.5.0")
+ .package(url: "https://github.com/apple/swift-argument-parser", from: "1.6.2")
17
],
18
targets: [
19
.target(name: "Models"),
0 commit comments