Skip to content

Commit bdefc01

Browse files
authored
Increase compatibility_level to 3 (#1536)
For breaking changes in 3.0.0
1 parent def32f3 commit bdefc01

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

MODULE.bazel

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
module(
22
name = "rules_swift",
33
version = "0",
4-
bazel_compatibility = [">=6.0.0"],
5-
compatibility_level = 2,
4+
bazel_compatibility = [">=7.0.0"],
5+
compatibility_level = 3,
66
repo_name = "build_bazel_rules_swift",
77
)
88

0 commit comments

Comments
 (0)