Skip to content

Commit f6624d2

Browse files
author
Andrea Scuderi
committed
Update dependency to swift-aws-lambda-runtime main branch
1 parent 7e13b47 commit f6624d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ let package = Package(
2727
],
2828
dependencies: [
2929
// 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"),
30+
.package(url: "https://github.com/swift-server/swift-aws-lambda-runtime.git", branch: "main"),
3131
.package(url: "https://github.com/swift-server/swift-aws-lambda-events.git", from: "0.5.0"),
3232
.package(url: "https://github.com/swift-server/swift-service-lifecycle.git", from: "2.0.0"),
3333
.package(url: "https://github.com/soto-project/soto.git", from: "7.0.0"),

0 commit comments

Comments
 (0)