Hi Richard,
The class is:
https://github.com/rwl/ParallelColt/blob/master/src/main/java/edu/emory/mathcs/utils/ConcurrencyUtils.java
The dependency to jplasma adds a modified version of this class to the class path.
This leads to problems when attempting to package with sbt assembly. One way to solve it would be to remove the class and use the one from the dependency. Alternatively, if it really does something differently, it could get a new name/package to get rid of the ambiguity.
Thanks and kind regards,
Philip