10000 Merge pull request #2766 from luispadron/patch-1 · swiftlang/swift-syntax@2bc8652 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2bc8652

Browse files
authored
Merge pull request #2766 from luispadron/patch-1
Update MODULE.bazel for 5.10 to support rules_swift 2.x+
2 parents 303e5c5 + 7c5f70e commit 2bc8652

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ module(
55
)
66

77
bazel_dep(name = "rules_swift", version = "1.16.0", repo_name = "build_bazel_rules_swift")
8-
bazel_dep(name = "apple_support", version = "1.11.1", repo_name = "build_bazel_apple_support")
8+
bazel_dep(name = "apple_support", version = "1.18.0", max_compatibility_level = 2, repo_name = "build_bazel_apple_support")

0 commit comments

Comments
 (0)
0