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 bdf23ba commit bdc904eCopy full SHA for bdc904e
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.5.0"),
15
.package(url: "https://github.com/swift-server/async-http-client.git", from: "1.13.2"),
16
- .package(url: "https://github.com/apple/swift-argument-parser", from: "1.2.1")
+ .package(url: "https://github.com/apple/swift-argument-parser", from: "1.2.2")
17
],
18
targets: [
19
.target(name: "Models"),
0 commit comments