Skip to content

Commit a9fc7c1

Browse files
authored
use SwiftNIO 2.0.0 (#72)
1 parent c2c39c6 commit a9fc7c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ let package = Package(
2222
.library(name: "NIOHTTP2", targets: ["NIOHTTP2"]),
2323
],
2424
dependencies: [
25-
.package(url: "https://github.com/apple/swift-nio.git", from: "2.0.0-convergence.4"),
25+
.package(url: "https://github.com/apple/swift-nio.git", from: "2.0.0"),
2626
],
2727
targets: [
2828
.target(name: "NIOHTTP2Server",

0 commit comments

Comments
 (0)