Skip to content

Commit

Permalink
fixup! 8c33c37 Incorporated suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaden Peterson committed Dec 6, 2024
1 parent e29790e commit 90657da
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,9 @@ use_repo(annex_test_2_12, "annex_test_2_12")

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

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

0 comments on commit 90657da

Please sign in to comment.