sbt-assembly
sbt-assembly copied to clipboard
Automatically shade dependencies leading to deduplication errors
This is a feature suggestion: I was wondering if it would be nice if the plugin could shade automatically the dependencies leading to deduplication errors in order to build the JAR without having to do the "detective job" on the dependency graph before. As long as the shaded dependencies are not involved in some reflection usage, it should be fine and it would save a lot of time when building fat jars.
WDYT?