Skip to content

Commit 4c199ca

Browse files
kalupas226p4checo
authored andcommitted
Explicitly depend on OrderedCollections (#1828)
(cherry picked from commit b8f79b3318a0c1ca415781edca1d443d6c5d66f4) # Conflicts: # Package.swift
1 parent 0cc1e10 commit 4c199ca

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Package.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ let package = Package(
2121
.package(url: "https://github.com/google/swift-benchmark", from: "0.1.0"),
2222
.package(url: "https://github.com/ReactiveCocoa/ReactiveSwift", from: "7.1.0"),
2323
.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"),
2425
.package(url: "https://github.com/pointfreeco/swift-custom-dump", from: "0.6.0"),
2526
.package(url: "https://github.com/pointfreeco/swift-dependencies", from: "0.1.2"),
2627
.package(url: "https://github.com/pointfreeco/swift-identified-collections", from: "0.4.1"),
@@ -35,6 +36,7 @@ let package = Package(
3536
.product(name: "CustomDump", package: "swift-custom-dump"),
3637
.product(name: "Dependencies", package: "swift-dependencies"),
3738
.product(name: "IdentifiedCollections", package: "swift-identified-collections"),
39+
.product(name: "OrderedCollections", package: "swift-collections"),
3840
.product(name: "ReactiveSwift", package: "ReactiveSwift"),
3941
.product(name: "_SwiftUINavigationState", package: "swiftui-navigation"),
4042
.product(name: "XCTestDynamicOverlay", package: "xctest-dynamic-overlay"),

0 commit comments

Comments
 (0)