We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea5a2da commit f6d076aCopy full SHA for f6d076a
1 file changed
Package.swift
@@ -53,8 +53,7 @@ let package = Package(
53
.package(url: "https://github.com/apple/swift-nio.git", from: "2.92.2"),
54
.package(url: "https://github.com/apple/swift-nio-ssl.git", from: "2.36.0"),
55
.package(url: "https://github.com/apple/swift-nio-extras.git", from: "1.30.0"),
56
- // TODO: Update dependency once PR is merged.
57
- .package(url: "https://github.com/aryan-25/swift-nio-http2.git", branch: "server-connection-manager"),
+ .package(url: "https://github.com/apple/swift-nio-http2.git", from: "1.40.0"),
58
.package(url: "https://github.com/apple/swift-configuration.git", from: "1.0.0"),
59
.package(url: "https://github.com/swift-server/swift-service-lifecycle.git", from: "2.9.1"),
60
],
0 commit comments