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 c74ff8c commit b7e076dCopy full SHA for b7e076d
Package.swift
@@ -10,7 +10,7 @@ let package = Package(
10
],
11
dependencies: [
12
.package(url: "https://github.com/ashleymills/Reachability.swift.git", .upToNextMajor(from: "5.0.0")),
13
- .package(url: "https://github.com/pusher/NWWebSocket.git", .upToNextMajor(from: "0.2.1")),
+ .package(url: "https://github.com/pusher/NWWebSocket.git", .upToNextMajor(from: "0.3.0")),
14
15
targets: [
16
.target(
0 commit comments