When I build some of our scala_specs2_junit_test targets using --strict_java_deps=ERROR, I get errors that I'm not sure how to resolve. error: Target 'Unknown label ...
Also tried to add exclude("org.scala-lang.modules", "scala-xml") from every library that has scala-xml in it and that also didn't help. Here is a simplified version ...