@@ -21,16 +21,16 @@ let package = Package(
21
21
. package ( url: " https://github.com/apple/swift-collections " , from: " 1.1.0 " ) ,
22
22
. package ( url: " https://github.com/apple/swift-docc-plugin " , from: " 1.0.0 " ) ,
23
23
. package ( url: " https://github.com/google/swift-benchmark " , from: " 0.1.0 " ) ,
24
- . package ( url: " https://github.com/pointfreeco/combine-schedulers " , from: " 1.0.1 " ) ,
25
- . package ( url: " https://github.com/pointfreeco/swift-case-paths " , from: " 1.5.3 " ) ,
24
+ . package ( url: " https://github.com/pointfreeco/combine-schedulers " , from: " 1.0.2 " ) ,
25
+ . package ( url: " https://github.com/pointfreeco/swift-case-paths " , from: " 1.5.4 " ) ,
26
26
. package ( url: " https://github.com/pointfreeco/swift-concurrency-extras " , from: " 1.1.0 " ) ,
27
- . package ( url: " https://github.com/pointfreeco/swift-custom-dump " , from: " 1.3.1 " ) ,
28
- . package ( url: " https://github.com/pointfreeco/swift-dependencies " , from: " 1.3.4 " ) ,
27
+ . package ( url: " https://github.com/pointfreeco/swift-custom-dump " , from: " 1.3.2 " ) ,
28
+ . package ( url: " https://github.com/pointfreeco/swift-dependencies " , from: " 1.3.5 " ) ,
29
29
. package ( url: " https://github.com/pointfreeco/swift-identified-collections " , from: " 1.1.0 " ) ,
30
30
. package ( url: " https://github.com/pointfreeco/swift-macro-testing " , from: " 0.2.0 " ) ,
31
- . package ( url: " https://github.com/pointfreeco/swift-perception " , from: " 1.3.3 " ) ,
32
- . package ( url: " https://github.com/pointfreeco/swiftui-navigation " , from: " 1.5.2 " ) ,
33
- . package ( url: " https://github.com/pointfreeco/swift-issue-reporting " , from: " 1.2.2 " ) ,
31
+ . package ( url: " https://github.com/pointfreeco/swift-perception " , from: " 1.3.4 " ) ,
32
+ . package ( url: " https://github.com/pointfreeco/swiftui-navigation " , from: " 1.5.3 " ) ,
33
+ . package ( url: " https://github.com/pointfreeco/xctest-dynamic-overlay " , from: " 1.2.2 " ) ,
34
34
. package ( url: " https://github.com/swiftlang/swift-syntax " , " 509.0.0 " ..< " 601.0.0-prerelease " ) ,
35
35
] ,
36
36
targets: [
@@ -45,7 +45,7 @@ let package = Package(
45
45
. product( name: " Dependencies " , package : " swift-dependencies " ) ,
46
46
. product( name: " DependenciesMacros " , package : " swift-dependencies " ) ,
47
47
. product( name: " IdentifiedCollections " , package : " swift-identified-collections " ) ,
48
- . product( name: " IssueReporting " , package : " swift-issue-reporting " ) ,
48
+ . product( name: " IssueReporting " , package : " xctest-dynamic-overlay " ) ,
49
49
. product( name: " OrderedCollections " , package : " swift-collections " ) ,
50
50
. product( name: " Perception " , package : " swift-perception " ) ,
51
51
. product( name: " SwiftUINavigationCore " , package : " swiftui-navigation " ) ,
@@ -58,7 +58,7 @@ let package = Package(
58
58
name: " ComposableArchitectureTests " ,
59
59
dependencies: [
60
60
" ComposableArchitecture " ,
61
- . product( name: " IssueReportingTestSupport " , package : " swift-issue-reporting " ) ,
61
+ . product( name: " IssueReportingTestSupport " , package : " xctest-dynamic-overlay " ) ,
62
62
]
63
63
) ,
64
64
. macro(
0 commit comments