Skip to content

Commit 6353d96

Browse files
committed
fix example dependencies
2 parents fbdf503 + b2811a5 commit 6353d96

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

Examples/HelloJSON/Package.swift

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,7 @@ let package = Package(
1515
// during CI, the dependency on local version of swift-aws-lambda-runtime is added dynamically below
1616
.package(
1717
url: "https://github.com/swift-server/swift-aws-lambda-runtime.git",
18-
branch: "ff-package-traits",
19-
traits: [
20-
.trait(name: "FoundationJSONSupport")
21-
]
18+
branch: "main"
2219
)
2320
],
2421
targets: [

0 commit comments

Comments
 (0)