Skip to content

Commit 63bd684

Browse files
mbrandonwMatejkob
authored andcommitted
Add missing dependency to SwiftSyntaxMacroExpansion.
1 parent bc48d51 commit 63bd684

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ let package = Package(
189189

190190
.target(
191191
name: "SwiftSyntaxMacroExpansion",
192-
dependencies: ["SwiftSyntax", "SwiftSyntaxBuilder", "SwiftSyntaxMacros", "SwiftDiagnostics"],
192+
dependencies: ["SwiftSyntax", "SwiftSyntaxBuilder", "SwiftSyntaxMacros", "SwiftDiagnostics", "SwiftOperators"],
193193
exclude: ["CMakeLists.txt"]
194194
),
195195

0 commit comments

Comments
 (0)