Skip to content

Commit 664b49e

Browse files
authored
Prepare for v6.6. (#1287)
1 parent 874cc79 commit 664b49e

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module(
22
name = "rules_jvm_external",
3-
version = "6.5",
3+
version = "6.6",
44
bazel_compatibility = [">=7.0.0"],
55
)
66

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ Support for Bazel versions before `4.0.0` is only available on rules_jvm_externa
100100

101101
## Usage
102102

103-
### With bzlmod (Bazel 7 and above)
103+
### Recommended: bzlmod (Bazel 7 and above)
104104

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

115115
### With WORKSPACE file (legacy)
116116

117+
NOTE: WORKSPACE support is disabled by default in Bazel 8.0, and will be removed in Bazel 9.0.
118+
117119
List the top-level Maven artifacts and servers in the WORKSPACE:
118120

119121
```python

0 commit comments

Comments
 (0)