@@ -22,17 +22,17 @@ let package = Package(
22
22
) ,
23
23
] ,
24
24
dependencies: [
25
- . package ( url: " https://github.com/pointfreeco/combine-schedulers " , from: " 1.0.1 " ) ,
26
- . package ( url: " https://github.com/pointfreeco/swift-clocks " , from: " 1.0.3 " ) ,
25
+ . package ( url: " https://github.com/pointfreeco/combine-schedulers " , from: " 1.0.2 " ) ,
26
+ . package ( url: " https://github.com/pointfreeco/swift-clocks " , from: " 1.0.4 " ) ,
27
27
. package ( url: " https://github.com/pointfreeco/swift-concurrency-extras " , from: " 1.0.0 " ) ,
28
- . package ( url: " https://github.com/pointfreeco/swift-issue-reporting " , from: " 1.2.0 " ) ,
28
+ . package ( url: " https://github.com/pointfreeco/xctest-dynamic-overlay " , from: " 1.2.2 " ) ,
29
29
. package ( url: " https://github.com/swiftlang/swift-syntax " , " 509.0.0 " ..< " 601.0.0-prerelease " ) ,
30
30
] ,
31
31
targets: [
32
32
. target(
33
33
name: " DependenciesTestObserver " ,
34
34
dependencies: [
35
- . product( name: " IssueReporting " , package : " swift-issue-reporting " ) ,
35
+ . product( name: " IssueReporting " , package : " xctest-dynamic-overlay " ) ,
36
36
]
37
37
) ,
38
38
. target(
@@ -41,24 +41,24 @@ let package = Package(
41
41
. product( name: " Clocks " , package : " swift-clocks " ) ,
42
42
. product( name: " CombineSchedulers " , package : " combine-schedulers " ) ,
43
43
. product( name: " ConcurrencyExtras " , package : " swift-concurrency-extras " ) ,
44
- . product( name: " IssueReporting " , package : " swift-issue-reporting " ) ,
45
- . product( name: " XCTestDynamicOverlay " , package : " swift-issue-reporting " ) ,
44
+ . product( name: " IssueReporting " , package : " xctest-dynamic-overlay " ) ,
45
+ . product( name: " XCTestDynamicOverlay " , package : " xctest-dynamic-overlay " ) ,
46
46
]
47
47
) ,
48
48
. testTarget(
49
49
name: " DependenciesTests " ,
50
50
dependencies: [
51
51
" Dependencies " ,
52
52
" DependenciesMacros " ,
53
- . product( name: " IssueReportingTestSupport " , package : " swift-issue-reporting " ) ,
53
+ . product( name: " IssueReportingTestSupport " , package : " xctest-dynamic-overlay " ) ,
54
54
]
55
55
) ,
56
56
. target(
57
57
name: " DependenciesMacros " ,
58
58
dependencies: [
59
59
" DependenciesMacrosPlugin " ,
60
- . product( name: " IssueReporting " , package : " swift-issue-reporting " ) ,
61
- . product( name: " XCTestDynamicOverlay " , package : " swift-issue-reporting " ) ,
60
+ . product( name: " IssueReporting " , package : " xctest-dynamic-overlay " ) ,
61
+ . product( name: " XCTestDynamicOverlay " , package : " xctest-dynamic-overlay " ) ,
62
62
]
63
63
) ,
64
64
. macro(
0 commit comments