We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f78953c commit b06e2f1Copy full SHA for b06e2f1
Package.swift
@@ -19,7 +19,7 @@ let package = Package(
19
.executable(name: "SwiftAwsLambdaCodableSample", targets: ["SwiftAwsLambdaCodableSample"]),
20
],
21
dependencies: [
22
- .package(url: "https://github.com/apple/swift-nio.git", .branch("master")),
+ .package(url: "https://github.com/apple/swift-nio.git", from: "1.0.0"),
23
24
targets: targets
25
)
0 commit comments