Skip to content

Commit

Permalink
Add HTTPHeadersCoding dependency in SmokeHTTPClient
Browse files Browse the repository at this point in the history
  • Loading branch information
jwenzhon committed Jul 22, 2024
1 parent a6f386f commit a261514
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ let package = Package(
.product(name: "NIOSSL", package: "swift-nio-ssl"),
.product(name: "AsyncHTTPClient", package: "async-http-client"),
.product(name: "Tracing", package: "swift-distributed-tracing"),
.target(name: "HTTPHeadersCoding"),
]),
.target(
name: "_SmokeHTTPClientConcurrency", dependencies: [
Expand Down

0 comments on commit a261514

Please sign in to comment.