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

swift - Button on Table View Cell connected to local function -

dns - Dokku server hosts two sites with TLD's, both domains are landing on only one app -

c# - ajax - How to receive data both html and json from server? -