@@ -537,8 +537,8 @@ maximum available at the time of writing.
537
537
538
538
| Bazel/Dependency | ` rules_scala ` 7.x |
539
539
| :-: | :-: |
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 ) ) |
542
542
| ` protobuf ` | v30.1 |
543
543
| ` rules_proto ` | 7.1.0 |
544
544
| ` abseil-cpp ` | 20250127.1 |
@@ -555,7 +555,7 @@ https://github.com/bazelbuild/rules_scala/pull/1710#issuecomment-2750001012).
555
555
### Using a prebuilt ` @com_google_protobuf//:protoc ` or C++ compiler flags
556
556
557
557
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
559
559
default. [ protoc will also fail to build on Windows when using
560
560
MSVC] ( #protoc-msvc ) . You will have to choose one of the following approaches to
561
561
resolve this problem.
@@ -1126,7 +1126,7 @@ bazelbuild/bazel#25198 describes how the semantics of some instances of
1126
1126
` $(rootpath) ` fixed them.
1127
1127
1128
1128
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
1130
1130
future compatibility.
1131
1131
1132
1132
### <a id =" 6.5.0 " ></a >Limited Bazel 6.5.0 compatibility
0 commit comments