We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39a2d33 commit e78f903Copy full SHA for e78f903
Package.swift
@@ -15,7 +15,7 @@ let package = Package(
15
.library(name: "AWSLambdaTesting", targets: ["AWSLambdaTesting"]),
16
],
17
dependencies: [
18
- .package(url: "https://github.com/apple/swift-nio.git", .upToNextMajor(from: "2.30.0")),
+ .package(url: "https://github.com/apple/swift-nio.git", .upToNextMajor(from: "2.32.0")),
19
.package(url: "https://github.com/apple/swift-log.git", .upToNextMajor(from: "1.4.2")),
20
.package(url: "https://github.com/swift-server/swift-backtrace.git", .upToNextMajor(from: "1.2.3")),
21
0 commit comments