Update commented deps in examples to use runtime v2 (#616)

Fix example dependencies

Co-authored-by: Sebastien Stormacq <stormacq@amazon.lu>
This commit is contained in:
Sébastien Stormacq
2025-12-05 16:48:19 -08:00
committed by GitHub
co-authored by Sebastien Stormacq
parent 3ddd64087d
commit 72865e405a
21 changed files with 21 additions and 21 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ let package = Package(
.package(name: "swift-aws-lambda-runtime", path: "../.."),
// For standalone usage, comment the line above and uncomment below:
// .package(url: "https://github.com/awslabs/swift-aws-lambda-runtime.git", from: "1.0.0"),
// .package(url: "https://github.com/awslabs/swift-aws-lambda-runtime.git", from: "2.0.0"),
.package(url: "https://github.com/awslabs/swift-aws-lambda-events.git", from: "1.0.0"),
],