Skip to content

Commit e7ee608

Browse files
committed
bump swiftnio version
1 parent c7ed19d commit e7ee608

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
@@ -13,7 +13,7 @@ let package = Package(
1313
.library(name: "WebSocketKit", targets: ["WebSocketKit"])
1414
],
1515
dependencies: [
16-
.package(url: "https://github.com/johnnzhou/swift-nio.git", branch: "main"),
16+
.package(url: "https://github.com/apple/swift-nio.git", from: "2.73.0"),
1717
.package(url: "https://github.com/apple/swift-nio-extras.git", from: "1.16.0"),
1818
.package(url: "https://github.com/apple/swift-nio-ssl.git", from: "2.24.0"),
1919
.package(url: "https://github.com/apple/swift-nio-transport-services.git", from: "1.16.0"),

0 commit comments

Comments
 (0)