Skip to content

Commit

Permalink
Prepare for v6.6. (#1287)
Browse files Browse the repository at this point in the history
  • Loading branch information
jin authored Nov 25, 2024
1 parent 874cc79 commit 664b49e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module(
name = "rules_jvm_external",
version = "6.5",
version = "6.6",
bazel_compatibility = [">=7.0.0"],
)

Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ Support for Bazel versions before `4.0.0` is only available on rules_jvm_externa

## Usage

### With bzlmod (Bazel 7 and above)
### Recommended: bzlmod (Bazel 7 and above)

If you are starting a new project, or your project is already using Bazel 7 and
above, we recommend using [`bzlmod`](https://bazel.build/external/overview) to
Expand All @@ -114,6 +114,8 @@ on-by-default in Bazel 7.0.

### With WORKSPACE file (legacy)

NOTE: WORKSPACE support is disabled by default in Bazel 8.0, and will be removed in Bazel 9.0.

List the top-level Maven artifacts and servers in the WORKSPACE:

```python
Expand Down

0 comments on commit 664b49e

Please sign in to comment.