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 d6a4fe4 commit 974ab0dCopy full SHA for 974ab0d
Package.swift
@@ -15,7 +15,7 @@ let package = Package(
15
.library(name: "HummingbirdWSTesting", targets: ["HummingbirdWSTesting"]),
16
],
17
dependencies: [
18
- .package(url: "https://github.com/hummingbird-project/hummingbird.git", from: "2.12.0"),
+ .package(url: "https://github.com/hummingbird-project/hummingbird.git", from: "2.14.0"),
19
.package(url: "https://github.com/hummingbird-project/swift-websocket.git", from: "1.2.0"),
20
.package(url: "https://github.com/apple/swift-nio-extras.git", from: "1.22.0"),
21
.package(url: "https://github.com/apple/swift-nio-ssl.git", from: "2.5.0"),
0 commit comments