Skip to content

Commit d106ab2

Browse files
committed
How it is used.
1 parent 3403c59 commit d106ab2

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

Examples/HelloJSON/Package.swift

+8-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// swift-tools-version:6.0
1+
// swift-tools-version:6.1
22

33
import PackageDescription
44

@@ -13,7 +13,13 @@ let package = Package(
1313
],
1414
dependencies: [
1515
// during CI, the dependency on local version of swift-aws-lambda-runtime is added dynamically below
16-
.package(url: "https://github.com/swift-server/swift-aws-lambda-runtime.git", branch: "main")
16+
.package(
17+
url: "https://github.com/swift-server/swift-aws-lambda-runtime.git",
18+
branch: "ff-package-traits",
19+
traits: [
20+
.trait(name: "FoundationJSONSupport"),
21+
]
22+
)
1723
],
1824
targets: [
1925
.executableTarget(

0 commit comments

Comments
 (0)