Skip to content

Commit e55faba

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 8a1b89b commit e55faba

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
@@ -183,6 +183,7 @@ def _artifact_ids(scala_version):
183183
"io_bazel_rules_scala_scala_library",
184184
"io_bazel_rules_scala_scala_parser_combinators",
185185
"io_bazel_rules_scala_scala_xml",
186+
"org_scala_lang_modules_scala_collection_compat",
186187
]
187188

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

0 commit comments

Comments
 (0)