Skip to content

Commit 81d4e47

Browse files
committed
Bump Bazel references in README.md to 7.6.0
1 parent e2923d0 commit 81d4e47

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -537,8 +537,8 @@ maximum available at the time of writing.
537537

538538
| Bazel/Dependency | `rules_scala` 7.x |
539539
| :-: | :-: |
540-
| Bazel versions using Bzlmod<br/>(Coming soon! See bazelbuild/rules_scala#1482.) | 7.5.0, 8.x,<br/>`rolling`, `last_green` |
541-
| Bazel versions using `WORKSPACE` | 6.5.0, 7.5.0, 8.x<br/>(see the [notes on 6.5.0 compatibility](#6.5.0)) |
540+
| Bazel versions using Bzlmod<br/>(Coming soon! See bazelbuild/rules_scala#1482.) | 7.6.0, 8.x,<br/>`rolling`, `last_green` |
541+
| Bazel versions using `WORKSPACE` | 6.5.0, 7.6.0, 8.x<br/>(see the [notes on 6.5.0 compatibility](#6.5.0)) |
542542
| `protobuf` | v30.1 |
543543
| `rules_proto` | 7.1.0 |
544544
| `abseil-cpp` | 20250127.1 |
@@ -555,7 +555,7 @@ https://github.com/bazelbuild/rules_scala/pull/1710#issuecomment-2750001012).
555555
### Using a prebuilt `@com_google_protobuf//:protoc` or C++ compiler flags
556556

557557
Newer versions of `abseil-cpp`, required by newer versions of
558-
`@com_google_protobuf//:protoc`, fail to compile under Bazel 6.5.0 and 7.5.0 by
558+
`@com_google_protobuf//:protoc`, fail to compile under Bazel 6.5.0 and 7.6.0 by
559559
default. [protoc will also fail to build on Windows when using
560560
MSVC](#protoc-msvc). You will have to choose one of the following approaches to
561561
resolve this problem.
@@ -1126,7 +1126,7 @@ bazelbuild/bazel#25198 describes how the semantics of some instances of
11261126
`$(rootpath)` fixed them.
11271127

11281128
The good news is that replacing such instances `$(location)` with `$(rootpath)`
1129-
is backwards compatible to Bazel 6.5.0 and 7.5.0. Updating them now will ensure
1129+
is backwards compatible to Bazel 6.5.0 and 7.6.0. Updating them now will ensure
11301130
future compatibility.
11311131

11321132
### <a id="6.5.0"></a>Limited Bazel 6.5.0 compatibility

0 commit comments

Comments
 (0)