Commit 4290b2c
authored
Explicit dependency on HTTPTypes (#39)
### 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 4baf5fa commit 4290b2c
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| 45 | + | |
45 | 46 | | |
46 | 47 | | |
47 | 48 | | |
| |||
51 | 52 | | |
52 | 53 | | |
53 | 54 | | |
| 55 | + | |
54 | 56 | | |
55 | 57 | | |
56 | 58 | | |
| |||
0 commit comments