From 343d38b910378629e399c3631fdd4bf644bfc746 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=9D=B4=EA=B0=95=ED=98=B8?= Date: Sat, 21 Dec 2024 23:01:46 +0900 Subject: [PATCH] Update Package.swift change package.swift the websocket dependency can't find branch "split-ws-client". change dependency hummingbird-websocket.git branch "split-ws-client" to version "from 2.20" --- websocket-chat/Package.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: [