Closed iphydf closed 6 years ago
The :file imports don't have JavaInfo, which is needed by Scala rules now. The new way is to add the jar to a scala_import in third_party/scala/BUILD.bazel and then depend on that.
:file
JavaInfo
scala_import
third_party/scala/BUILD.bazel
This change is
The
:file
imports don't haveJavaInfo
, which is needed by Scala rules now. The new way is to add the jar to ascala_import
inthird_party/scala/BUILD.bazel
and then depend on that.This change is