Skip to content

Commit

Permalink
Bump MODULE.bazel bazel_compatibility (#2613)
Browse files Browse the repository at this point in the history
  • Loading branch information
keith authored Dec 5, 2024
1 parent 338f9d8 commit d1d891d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module(
name = "rules_apple",
version = "0",
bazel_compatibility = [">=6.0.0"],
bazel_compatibility = [">=7.0.0"],
compatibility_level = 1,
repo_name = "build_bazel_rules_apple",
)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ Besides these constraints this repo follows
|:-------------------:|:-------------------:|:-------------------------:|:-------------------------:|
| 8.x (most recent rolling) | 2.* | current | `master` |
| 7.x | 2.* | current | `master` |
| 6.x | 2.* | current | `master` |
| 6.x | 2.* | 3.13.0 | `master` |
| 5.x | 0.33.0 | 1.* | `bazel/5.x` |
| 4.x | 0.30.0 | 0.32.0 | N/A |
| 3.x | 0.20.0 | 0.21.2 | N/A |

0 comments on commit d1d891d

Please sign in to comment.