Skip to content

Commit c96948c

Browse files
authored
Fix toolchain type reference (#1460)
1 parent 3e3fdda commit c96948c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scala/private/phases/phase_write_executable.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ def _write_executable_non_windows(ctx, executable, rjars, main_class, jvm_flags,
108108
wrapper.short_path,
109109
)
110110

111-
scala_toolchain = ctx.toolchains["//scala:toolchain_type"]
111+
scala_toolchain = ctx.toolchains["@io_bazel_rules_scala//scala:toolchain_type"]
112112

113113
test_runner_classpath_mode = "argsfile" if scala_toolchain.use_argument_file_in_runner else "manifest"
114114

0 commit comments

Comments
 (0)