Category "sbt-assembly"

sbt assembly: deduplicate module-info.class

I get the following error when assembling my uber jar: java.lang.RuntimeException: deduplicate: different file contents found in the following: [error]

sbt-assembly: deduplication found error

I am not sure whether mergestrategy or exclude jars is the best option here. Any help with how do I proceed further with this error will be great! [sameert@pzx

sbt publish assembly jar with a pom

I am able to build one of my multi-project's jars as a single jar and then publish it How do I publish a fat JAR (JAR with dependencies) using sbt and sbt-relea