Skip to content

Commit e78f903

Browse files
author
Joel Saltzman
authored
Updated swift-nio dependency to 2.32.0
1 parent 39a2d33 commit e78f903

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ let package = Package(
1515
.library(name: "AWSLambdaTesting", targets: ["AWSLambdaTesting"]),
1616
],
1717
dependencies: [
18-
.package(url: "https://github.com/apple/swift-nio.git", .upToNextMajor(from: "2.30.0")),
18+
.package(url: "https://github.com/apple/swift-nio.git", .upToNextMajor(from: "2.32.0")),
1919
.package(url: "https://github.com/apple/swift-log.git", .upToNextMajor(from: "1.4.2")),
2020
.package(url: "https://github.com/swift-server/swift-backtrace.git", .upToNextMajor(from: "1.2.3")),
2121
],

0 commit comments

Comments
 (0)