Skip to content

Commit 10466cc

Browse files
committed
fix: Add missing target dependency
1 parent 5ecb159 commit 10466cc

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Package.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ let package = Package(
9191
.target(
9292
name: "NominalFunctionTypesComposition",
9393
dependencies: [
94+
.target(name: "NominalFunctionTypes"),
9495
.target(
9596
name: "NominalFunctionTypesCompositionFunctions",
9697
condition: .when(traits: ["Functions"])

0 commit comments

Comments
 (0)