diff --git a/websocket-chat/Package.swift b/websocket-chat/Package.swift index 8cf5b88..9684e47 100644 --- a/websocket-chat/Package.swift +++ b/websocket-chat/Package.swift @@ -11,7 +11,7 @@ let package = Package( ], dependencies: [ .package(url: "https://github.com/hummingbird-project/hummingbird.git", from: "2.0.0"), - .package(url: "https://github.com/hummingbird-project/hummingbird-websocket.git", branch: "split-ws-client"), + .package(url: "https://github.com/hummingbird-project/hummingbird-websocket.git", from: "2.2.0"), .package(url: "https://github.com/apple/swift-argument-parser.git", from: "1.4.0"), ], targets: [