Since versions 2.10.x compatible with each other, bits are compatible, libraries should be built with only one version of the scala library, and they can (and should) refuse the .0 part (if you publish using sbt, this is done automatically). When the library keeper frees the library with the _2.10.0 tag, this is an error, and you should consider the error.
By the way, I looked at your build.sbt - running +compile , it works for me (sbt 0.12.1). Are you experiencing some errors?
source share