Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -686,9 +686,9 @@ compatible with `rules_scala` 7.x.
- See [.bazelci/presubmit.yml](./.bazelci/presubmit.yml) for the exact Bazel
versions verified by the continuous integration builds.

| Mode | Supported Bazel versions |
| :-: | :-: |
| Bzlmod<br/>(Coming soon! See bazelbuild/rules_scala#1482.) | >= 7.1.0, 8.x,<br/>`rolling`, `last_green` |
| Mode | Supported Bazel versions |
| :-: | :-: |
| Bzlmod | >= 7.1.0, 8.x, 9.*<br/>`rolling`, `last_green` |
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I suppose this should be 9.x, but it's not worth kicking off another CI run. I need to do a sweep of the docs at some point and organize them so the README isn't so long.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

9.x doesn't work yet - it doesn't include release candidates. See the bazelisk docs

| `WORKSPACE` | 6.5.0, >= 7.1.0, 8.x<br/>(see the [notes on 6.5.0 compatibility](#6.5.0)) |

`rules_scala` 7.0.0 uses `ScalaPB` 1.0.0-alpha.1 to support `protobuf` v28.2 and
Expand Down