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 1cf2fe6 commit 9784900Copy full SHA for 9784900
Package.swift
@@ -21,7 +21,7 @@ let package = Package(
21
name: "HTTPTypesFoundationNetworking",
22
dependencies: [
23
"HTTPTypes",
24
- "HTTPTypesFoundation"
+ "HTTPTypesFoundation",
25
]
26
),
27
.testTarget(
@@ -34,14 +34,14 @@ let package = Package(
34
name: "HTTPTypesFoundationTests",
35
36
37
38
39
40
41
name: "HTTPTypesFoundationNetworkingTests",
42
43
44
- "HTTPTypesFoundationNetworking"
+ "HTTPTypesFoundationNetworking",
45
46
47
0 commit comments