Commit 665fc63
Package.swift: bump swift-tools-version to 5.3 and hide tests dependencies
This commit is meant to hide CombineSchedulers from the project using
CombineExt.
Before it, a project would import:
- combine-schedulers
- CombineExt
- xctest-dynamic-overlay
After this commit, a project now imports:
- CombineExt
In order to do so, we bumped swift-tools-version to 5.3 and altered the
test target expression.1 parent 9c00a52 commit 665fc63
1 file changed
+7
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
19 | 24 | | |
20 | 25 | | |
21 | 26 | | |
0 commit comments