@@ -21,6 +21,7 @@ let package = Package(
21
21
. package ( url: " https://github.com/google/swift-benchmark " , from: " 0.1.0 " ) ,
22
22
. package ( url: " https://github.com/ReactiveCocoa/ReactiveSwift " , from: " 7.1.0 " ) ,
23
23
. package ( url: " https://github.com/pointfreeco/swift-case-paths " , from: " 0.10.0 " ) ,
24
+ . package ( url: " https://github.com/apple/swift-collections " , from: " 1.0.2 " ) ,
24
25
. package ( url: " https://github.com/pointfreeco/swift-custom-dump " , from: " 0.6.0 " ) ,
25
26
. package ( url: " https://github.com/pointfreeco/swift-dependencies " , from: " 0.1.2 " ) ,
26
27
. package ( url: " https://github.com/pointfreeco/swift-identified-collections " , from: " 0.4.1 " ) ,
@@ -35,6 +36,7 @@ let package = Package(
35
36
. product( name: " CustomDump " , package : " swift-custom-dump " ) ,
36
37
. product( name: " Dependencies " , package : " swift-dependencies " ) ,
37
38
. product( name: " IdentifiedCollections " , package : " swift-identified-collections " ) ,
39
+ . product( name: " OrderedCollections " , package : " swift-collections " ) ,
38
40
. product( name: " ReactiveSwift " , package : " ReactiveSwift " ) ,
39
41
. product( name: " _SwiftUINavigationState " , package : " swiftui-navigation " ) ,
40
42
. product( name: " XCTestDynamicOverlay " , package : " xctest-dynamic-overlay " ) ,
0 commit comments