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 7e13b47 commit f6624d2Copy full SHA for f6624d2
Package.swift
@@ -27,7 +27,7 @@ let package = Package(
27
],
28
dependencies: [
29
// TODO: change to upstream once the upstream is tagged
30
- .package(url: "https://github.com/swift-server/swift-aws-lambda-runtime.git", from: "2.0.0-beta.1"),
+ .package(url: "https://github.com/swift-server/swift-aws-lambda-runtime.git", branch: "main"),
31
.package(url: "https://github.com/swift-server/swift-aws-lambda-events.git", from: "0.5.0"),
32
.package(url: "https://github.com/swift-server/swift-service-lifecycle.git", from: "2.0.0"),
33
.package(url: "https://github.com/soto-project/soto.git", from: "7.0.0"),
0 commit comments