Commit fa0a12b
committed
Add rules_jvm_external 6.7 to protobuf_deps.bzl
Commit 73401b0 updated bazel-contrib/rules_jvm_external to 6.5 in
`MODULE.bazel` for v31.0, but missed it in `//:protobuf_deps.bzl`. This
caused `WORKSPACE` builds to break under Bazel 8.2.1 with `rules_java`
8.12.0 and `--incompatible_autoload_externally=`:
- #19129 (comment)
Confirmed that this change fixes the breakage when building the
following target in bazel-contrib/rules_scala:
```
USE_BAZEL_VERSION=8.2.1 bazel build \
--noenable_bzlmod --enable_workspace \
--incompatible_autoload_externally= \
//test/proto/custom_generator:failing_scala_proto_deps_toolchain_def
```1 parent e59c598 commit fa0a12b
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
155 | 155 | | |
156 | 156 | | |
157 | 157 | | |
158 | | - | |
159 | | - | |
160 | | - | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
161 | 161 | | |
162 | 162 | | |
163 | 163 | | |
| |||
0 commit comments