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 4067225 commit f4b422aCopy full SHA for f4b422a
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.20.1"),
16
- .package(url: "https://github.com/apple/swift-argument-parser", from: "1.3.0")
+ .package(url: "https://github.com/apple/swift-argument-parser", from: "1.3.1")
17
],
18
targets: [
19
.target(name: "Models"),
0 commit comments