Open
Description
The title might be confusing, here's what's happening.
We have a project (sbt) that has nothing in it but a resource file. This file is shared with other projects via "depends" method on SBT projects.
When we call sbt bloopInstall
, the projects that have a dependency on it seem to not get access to those resource files.
Adding a dummy scala class to that resources-only project fixes the issue.