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 fa65db0 commit c19e74dCopy full SHA for c19e74d
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: "main"),
13
.package(url: "https://github.com/ydataai/swift-aws-lambda-events.git", branch: "main"),
14
- .package(url: "https://github.com/soto-project/soto.git", from: "6.0.0"),
+ .package(url: "https://github.com/soto-project/soto.git", from: "6.4.0"),
15
.package(url: "https://github.com/swift-server/async-http-client.git", from: "1.11.1"),
16
.package(url: "https://github.com/apple/swift-argument-parser", from: "1.1.4")
17
],
0 commit comments