Skip to content

Commit 4e9217a

Browse files
authored
[5.9][bazel] Add missing dependencies (#1931)
1 parent f1246ff commit 4e9217a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

BUILD.bazel

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ swift_syntax_library(
107107
deps = [
108108
":SwiftParser",
109109
":SwiftSyntax",
110+
":SwiftSyntaxBuilder",
110111
],
111112
)
112113

@@ -116,6 +117,7 @@ swift_syntax_library(
116117
deps = [
117118
":SwiftDiagnostics",
118119
":SwiftParser",
120+
":SwiftSyntaxMacroExpansion",
119121
":SwiftSyntaxMacros",
120122
":_SwiftSyntaxTestSupport",
121123
],

0 commit comments

Comments
 (0)