Skip to content

Commit

Permalink
Update package
Browse files Browse the repository at this point in the history
  • Loading branch information
pridees committed Mar 14, 2022
1 parent f77a57d commit a35f5e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ let package = Package(
.target(name: "Composer", dependencies: []),
.testTarget(name: "ComposerTests", dependencies: ["Composer"]),

.target(name: "ComposerCombine", dependencies: []),
.target(name: "ComposerCombine", dependencies: [.init(stringLiteral: "Composer")]),
]
)

0 comments on commit a35f5e4

Please sign in to comment.