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 832c96a commit 727d7f8Copy full SHA for 727d7f8
Package.swift
@@ -13,7 +13,7 @@ let package = Package(
13
.package(url: "https://github.com/swift-server/swift-aws-lambda-events.git", branch: "main"),
14
.package(url: "https://github.com/soto-project/soto.git", from: "6.8.0"),
15
.package(url: "https://github.com/swift-server/async-http-client.git", from: "1.19.0"),
16
- .package(url: "https://github.com/apple/swift-argument-parser", from: "1.2.3")
+ .package(url: "https://github.com/apple/swift-argument-parser", from: "1.3.0")
17
],
18
targets: [
19
.target(name: "Models"),
0 commit comments