Skip to content

Commit 5be9951

Browse files
committed
Add org_scala_lang_modules_scala_collection_compat
More specifically, add it to the list of core scala repository imports. It had been generated before, but somehow hadn't been required until now. With this change, all tests now pass after the ScalaPB 0.11.17, gRPC 1.68.1, and Guava 33.3.1-jre version bumps. Fixes the following error in `test_scala_version 2.12.20` from `test_version.sh`: ```txt ERROR: .../external/scala_proto_rules_scalapb_compilerplugin/BUILD:9:13: no such package '@org_scala_lang_modules_scala_collection_compat//': The repository '@org_scala_lang_modules_scala_collection_compat' could not be resolved: Repository '@org_scala_lang_modules_scala_collection_compat' is not defined and referenced by '@scala_proto_rules_scalapb_compilerplugin//:scala_proto_rules_scalapb_compilerplugin' ERROR: Analysis of target '//proto:test_proto_nogrpc' failed; build aborted: ```
1 parent f25a555 commit 5be9951

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scala/private/macros/scala_repositories.bzl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,7 @@ def _artifact_ids(scala_version):
181181
"io_bazel_rules_scala_scala_library",
182182
"io_bazel_rules_scala_scala_parser_combinators",
183183
"io_bazel_rules_scala_scala_xml",
184+
"org_scala_lang_modules_scala_collection_compat",
184185
]
185186

186187
if scala_version.startswith("2."):

0 commit comments

Comments
 (0)