Skip to content

Commit 17985a0

Browse files
authored
Fix linker error when using LambdaExtrasMocks (#14)
1 parent 5405f25 commit 17985a0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Package.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ let targets: [Target] = [
4141
name: "LambdaMocks",
4242
dependencies: [
4343
"LambdaExtrasCore",
44+
.product(name: "AWSLambdaEvents", package: "swift-aws-lambda-events"),
4445
.product(name: "NIO", package: "swift-nio")
4546
]
4647
),

0 commit comments

Comments
 (0)