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 e5e77c2 commit 89e7a3cCopy full SHA for 89e7a3c
Package.swift
@@ -11,7 +11,7 @@ let package = Package(
11
dependencies: [
12
.package(url: "https://github.com/swift-server/swift-aws-lambda-runtime.git", branch: "1.0.0-alpha.1"),
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"),
+ .package(url: "https://github.com/soto-project/soto.git", from: "6.6.0"),
15
.package(url: "https://github.com/swift-server/async-http-client.git", from: "1.17.0"),
16
.package(url: "https://github.com/apple/swift-argument-parser", from: "1.2.2")
17
],
0 commit comments