Skip to content

Commit

Permalink
use SwiftNIO 2.0.0 (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
weissi authored Mar 26, 2019
1 parent b7a3549 commit ef608e4
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 @@ -36,7 +36,7 @@ let package = Package(
.library(name: "NIOHTTPCompression", targets: ["NIOHTTPCompression"]),
],
dependencies: [
.package(url: "https://github.com/apple/swift-nio.git", from: "2.0.0-convergence.4"),
.package(url: "https://github.com/apple/swift-nio.git", from: "2.0.0"),
],
targets: targets
)

0 comments on commit ef608e4

Please sign in to comment.