Skip to content

Commit

Permalink
upgrade to NIOWebSocketClient 1.0.0 alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
tanner0101 committed May 29, 2019
1 parent 3cbbbcb commit 53d0769
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 @@ -35,7 +35,7 @@ let package = Package(
.package(url: "https://github.com/swift-server/swift-nio-http-client.git", .branch("master")),

// SwiftNIO based WebSocket client
.package(url: "https://github.com/vapor/nio-websocket-client.git", .branch("master")),
.package(url: "https://github.com/vapor/nio-websocket-client.git", from: "1.0.0-alpha"),
],
targets: [
// C helpers
Expand Down

0 comments on commit 53d0769

Please sign in to comment.