diff --git a/Package.swift b/Package.swift index 5b18d43..f829f4c 100644 --- a/Package.swift +++ b/Package.swift @@ -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"]),