Commit 410d691
authored
Explicit dependency on HTTPTypes (#34)
### Motivation
Recent SwiftPM versions seem to be a bit stricter about using (i.e.,
`import ...`) transitive dependencies without explicitly declaring them
as direct dependencies.
### Modifications
Explicitly depend on the HTTPTypes module from swift-http-types.
### Result
More explicitly declare the dependency graph.
### Test Plan
All tests pass.1 parent ddc356e commit 410d691
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| 40 | + | |
40 | 41 | | |
41 | 42 | | |
42 | 43 | | |
43 | 44 | | |
44 | 45 | | |
45 | 46 | | |
46 | 47 | | |
| 48 | + | |
47 | 49 | | |
48 | 50 | | |
49 | 51 | | |
| |||
0 commit comments