We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a1ee6c1 + 230eeb5 commit b641b13Copy full SHA for b641b13
Package.swift
@@ -17,7 +17,7 @@ let package = Package(
17
.library(name: "AWSLambdaTesting", targets: ["AWSLambdaTesting"]),
18
],
19
dependencies: [
20
- .package(url: "https://github.com/apple/swift-nio.git", from: "2.77.0"),
+ .package(url: "https://github.com/apple/swift-nio.git", from: "2.81.0"),
21
.package(url: "https://github.com/apple/swift-log.git", from: "1.5.4"),
22
23
targets: [
0 commit comments