We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7ed19d commit e7ee608Copy full SHA for e7ee608
Package.swift
@@ -13,7 +13,7 @@ let package = Package(
13
.library(name: "WebSocketKit", targets: ["WebSocketKit"])
14
],
15
dependencies: [
16
- .package(url: "https://github.com/johnnzhou/swift-nio.git", branch: "main"),
+ .package(url: "https://github.com/apple/swift-nio.git", from: "2.73.0"),
17
.package(url: "https://github.com/apple/swift-nio-extras.git", from: "1.16.0"),
18
.package(url: "https://github.com/apple/swift-nio-ssl.git", from: "2.24.0"),
19
.package(url: "https://github.com/apple/swift-nio-transport-services.git", from: "1.16.0"),
0 commit comments