use SwiftNIO 2.0.0 (#32)

This commit is contained in:
Johannes Weiss 2019-03-26 09:17:14 +00:00 committed by GitHub
parent d68f9d1f8e
commit a1374e9d5e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ let package = Package(
.executable(name: "NIOTSHTTPServer", targets: ["NIOTSHTTPServer"]), .executable(name: "NIOTSHTTPServer", targets: ["NIOTSHTTPServer"]),
], ],
dependencies: [ dependencies: [
.package(url: "https://github.com/apple/swift-nio.git", from: "2.0.0-convergence.1"), .package(url: "https://github.com/apple/swift-nio.git", from: "2.0.0"),
], ],
targets: [ targets: [
.target(name: "NIOTransportServices", .target(name: "NIOTransportServices",