Skip to content

Commit b02c12c

Browse files
committed
WIP: Bzlmod part the twenty-ninth
Add //testing/toolchain:testing_toolchain_type to the rule generated by make_scala_test().
1 parent e807e2a commit b02c12c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scala/private/rules/scala_test.bzl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,8 @@ def make_scala_test(*extras):
126126
),
127127
test = True,
128128
toolchains = [
129-
"@io_bazel_rules_scala//scala:toolchain_type",
129+
Label("//scala:toolchain_type"),
130+
Label("//testing/toolchain:testing_toolchain_type"),
130131
"@bazel_tools//tools/jdk:toolchain_type",
131132
],
132133
cfg = scala_version_transition,

0 commit comments

Comments
 (0)