When I use bazel deps in my repository, it puts the scala standard library under external which means intelliJ doesn't know where to find the sources for it. Is there a way to set up scala_repositories so that intelliJ attaches the sources correctly?
