Skip to content

Commit

Permalink
update sockets dep
Browse files Browse the repository at this point in the history
  • Loading branch information
tanner0101 committed Feb 13, 2018
1 parent 8964c11 commit 090255a
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 @@ -15,7 +15,7 @@ let package = Package(
.package(url: "https://github.com/vapor/core.git", .exact("3.0.0-beta.1")),

// Pure Swift (POSIX) TCP and UDP non-blocking socket layer, with event-driven Server and Client.
.package(url: "https://github.com/vapor/sockets.git", .exact("3.0.0-beta.1")),
.package(url: "https://github.com/vapor/sockets.git", .exact("3.0.0-beta.2")),
],
targets: [
.target(name: "ServerSecurity", dependencies: ["COperatingSystem", "TCP"]),
Expand Down

0 comments on commit 090255a

Please sign in to comment.