Skip to content

Commit

Permalink
Require WebSocketProtocol 2.3.2 or above
Browse files Browse the repository at this point in the history
  • Loading branch information
atdrendel committed Nov 8, 2021
1 parent 95054bc commit 4532e16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ let package = Package(
.package(
name: "WebSocketProtocol",
url: "https://github.com/shareup/websocket-protocol.git",
from: "2.2.0"
from: "2.3.2"
),
.package(name: "swift-nio", url: "https://github.com/apple/swift-nio.git", from: "2.0.0")],
targets: [
Expand Down

0 comments on commit 4532e16

Please sign in to comment.