Skip to content

Commit 8966ec7

Browse files
authored
[bazel] Add missing dependency (#2202)
1 parent dd8e936 commit 8966ec7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

BUILD.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ swift_syntax_library(
4343
swift_syntax_library(
4444
name = "SwiftSyntaxMacroExpansion",
4545
deps = [
46+
":SwiftOperators",
4647
":SwiftSyntax",
4748
":SwiftSyntaxMacros",
4849
],

0 commit comments

Comments
 (0)