Skip to content

Commit

Permalink
Fix: Add missing dependency to Swift 5
Browse files Browse the repository at this point in the history
  • Loading branch information
DandyLyons committed Sep 17, 2024
1 parent bc03df1 commit 4192eca
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ let package = Package(
targets: [
.target(
name: "BijectiveDictionary",
dependencies: [
.product(name: "OrderedCollections", package: "swift-collections"),
],
swiftSettings: [.enableExperimentalFeature("StrictConcurrency")],
plugins: plugins
),
Expand Down

0 comments on commit 4192eca

Please sign in to comment.