We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77933e5 commit 276ce46Copy full SHA for 276ce46
Package.swift
@@ -11,7 +11,7 @@ let package = Package(
11
dependencies: [
12
.package(url: "https://github.com/swift-server/swift-aws-lambda-runtime.git", from: "1.0.0-alpha.2"),
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"),
+ .package(url: "https://github.com/soto-project/soto.git", from: "7.6.1"),
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")
17
],
0 commit comments