mirror of
https://github.com/vee1e/flatbuffers.git
synced 2026-09-01 09:51:12 +00:00
Set max_compatibility_level=3 for rules_swift (#8920)
This is necessary to be compatible with both rules_swift 2.x and 3.x.
This commit is contained in:
parent
1a7495a6dd
commit
03fffb25e2
1 changed files with 1 additions and 0 deletions
|
|
@ -50,6 +50,7 @@ bazel_dep(
|
|||
bazel_dep(
|
||||
name = "rules_swift",
|
||||
version = "2.1.1",
|
||||
max_compatibility_level = 3,
|
||||
repo_name = "build_bazel_rules_swift",
|
||||
)
|
||||
bazel_dep(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue