We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 137ff13 commit 8bf647dCopy full SHA for 8bf647d
Examples/HelloJSON/Package.swift
@@ -14,10 +14,10 @@ let package = Package(
14
dependencies: [
15
// during CI, the dependency on local version of swift-aws-lambda-runtime is added dynamically below
16
.package(
17
- url: "https://github.com/swift-server/swift-aws-lambda-runtime.git",
+ url: "https://github.com/swift-server/swift-aws-lambda-runtime.git",
18
branch: "ff-package-traits",
19
traits: [
20
- .trait(name: "FoundationJSONSupport"),
+ .trait(name: "FoundationJSONSupport")
21
]
22
)
23
],
0 commit comments