Skip to content

Commit da0e055

Browse files
committed
Update to latest NIO
1 parent ae29264 commit da0e055

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ let package = Package(
2323
.library(name: "AWSLambdaTesting", targets: ["AWSLambdaTesting"]),
2424
],
2525
dependencies: [
26-
.package(url: "https://github.com/apple/swift-nio.git", .upToNextMajor(from: "2.67.0")),
26+
.package(url: "https://github.com/apple/swift-nio.git", .upToNextMajor(from: "2.72.0")),
2727
.package(url: "https://github.com/apple/swift-log.git", .upToNextMajor(from: "1.5.4")),
2828
.package(url: "https://github.com/apple/swift-docc-plugin.git", from: "1.0.0"),
2929
.package(url: "https://github.com/apple/swift-testing.git", branch: "swift-DEVELOPMENT-SNAPSHOT-2024-08-29-a"),

0 commit comments

Comments
 (0)