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:
Marcel
2026-02-05 18:57:00 +01:00
committed by GitHub
parent 1a7495a6dd
commit 95fda8c23e

View File

@@ -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(