Skip to content

Commit 321af08

Browse files
committed
Update HTTPServer dependency
1 parent f6d076a commit 321af08

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Package.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@ let package = Package(
4141
.default(enabledTraits: ["Configuration"]),
4242
],
4343
dependencies: [
44-
.package(url: "https://github.com/apple/swift-http-api-proposal", branch: "main"),
44+
// TODO: Update once PR #106 is merged.
45+
.package(url: "https://github.com/aryan-25/swift-http-api-proposal.git", branch: "http-server-service-lifecycle"),
4546
.package(
4647
url: "https://github.com/FranzBusch/swift-collections.git",
4748
branch: "fb-async"

0 commit comments

Comments
 (0)