my project uses an un-managed fat jar file. on this file there are some classes that differ only by the case for instance it might have ABC.class and Abc.class
when I use sbt-assembly it outputs only one of the classes. is there any way letting the assembly keep both files?