Skip to content

Commit 1ff0984

Browse files
committed
This looks like it is needed for newer ones, so while i'm here..
1 parent cdef90a commit 1ff0984

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scala/private/rule_impls.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ def compile_scala(
177177

178178
transitive_cjars_list = transitive_compile_jars.to_list()
179179
indirect_jars = _join_path(transitive_cjars_list)
180-
indirect_targets = ",".join([labels[j.path] for j in transitive_cjars_list])
180+
indirect_targets = ",".join([str(labels[j.path]) for j in transitive_cjars_list])
181181

182182
current_target = str(target_label)
183183

0 commit comments

Comments
 (0)