Skip to content

Commit 41fbf82

Browse files
committed
use lambda runtime beta 2 in example
1 parent 6b23c79 commit 41fbf82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Examples/quoteapi/Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ let package = Package(
1414
dependencies: [
1515
.package(url: "https://github.com/apple/swift-openapi-generator.git", from: "1.4.0"),
1616
.package(url: "https://github.com/apple/swift-openapi-runtime.git", from: "1.8.2"),
17-
.package(url: "https://github.com/swift-server/swift-aws-lambda-runtime.git", from: "2.0.0-beta.1"),
17+
.package(url: "https://github.com/swift-server/swift-aws-lambda-runtime.git", from: "2.0.0-beta.2"),
1818
.package(url: "https://github.com/swift-server/swift-aws-lambda-events.git", from: "1.2.0"),
1919
// .package(url: "https://github.com/swift-server/swift-openapi-lambda.git", from: "0.3.0"),
2020
.package(name: "swift-openapi-lambda", path: "../.."),

0 commit comments

Comments
 (0)