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

Popular posts from this blog

c# - Binding a comma separated list to a List<int> in asp.net web api -

Delphi 7 and decode UTF-8 base64 -

html - Is there any way to exclude a single element from the style? (Bootstrap) -