@@ -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
557557Newer 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
559559default. [ protoc will also fail to build on Windows when using
560560MSVC] ( #protoc-msvc ) . You will have to choose one of the following approaches to
561561resolve this problem.
@@ -1126,7 +1126,7 @@ bazelbuild/bazel#25198 describes how the semantics of some instances of
11261126` $(rootpath) ` fixed them.
11271127
11281128The 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
11301130future compatibility.
11311131
11321132### <a id =" 6.5.0 " ></a >Limited Bazel 6.5.0 compatibility
0 commit comments