Skip to content

Commit d8ea9eb

Browse files
committed
Declare rules_swift max_compatibility_version = 2 for rules_swift 2.0 support
1 parent 70e3741 commit d8ea9eb

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

MODULE.bazel

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,12 @@ module(
66

77
bazel_dep(name = "apple_support", version = "1.13.0", repo_name = "build_bazel_apple_support")
88
bazel_dep(name = "rules_apple", version = "3.3.0", repo_name = "build_bazel_rules_apple")
9-
bazel_dep(name = "rules_swift", version = "1.16.0", repo_name = "build_bazel_rules_swift")
9+
bazel_dep(name = "rules_swift", version = "1.18.0", repo_name = "build_bazel_rules_swift", max_compatibility_level = 2)
10+
11+
non_module_dependencies = use_extension("//:extensions.bzl", "non_module_dependencies")
12+
use_repo(
13+
non_module_dependencies,
14+
"com_github_kitura_blueecc",
15+
"com_github_kylef_pathkit",
16+
)
17+

0 commit comments

Comments
 (0)