How to use sbt to specify dependsOn other module with different scala version? -
i have multiple module projects in scala. module a, b, c. b --dependson--> , c --dependson--> too. module && c compiled scala 2.11 while module b has compiled scala 2.10 since there dependency library scala 2.10. how use sbt specify module b dependson module a?
it won't work. period. either switch , c compile scala 2.10 well, or if source of 2.10-only library available, update 2.11.
Comments
Post a Comment