Skip to content

Commit 90657da

Browse files
author
Jaden Peterson
committed
fixup! 8c33c37 Incorporated suggestions
1 parent e29790e commit 90657da

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/MODULE.bazel

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,9 @@ use_repo(annex_test_2_12, "annex_test_2_12")
142142

143143
http_file = use_repo_rule("@bazel_tools//tools/build_defs/repo:http.bzl", "http_file")
144144

145+
# We fetch these via `http_file` instead of `rules_jvm_external` because they're used in
146+
# `scala_import` targets. By them not having `JavaInfo` or any extra providers added, we test that
147+
# `scala_import` doesn't rely on any of this information.
145148
http_file(
146149
name = "shapeless_jar",
147150
downloaded_file_path = "shapeless.jar",

0 commit comments

Comments
 (0)