Welcome toVigges Developer Community-Open, Learning,Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
1.8k views
in Technique[技术] by (71.8m points)

scala - build.sbt having problems with dependencies of dependency

I have created a scala library, say L, in whose build.sbt I have included its dependencies. Now I intend to use this library in another scala project, say P. I expected that merely including L in P's build.sbt would pull the L's dependencies transitively. But it does't work and I have to mention those dependencies in P's build.sbt too.

I am surely doing something wrong. So what am I missing here?


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
等待大神解答

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to Vigges Developer Community for programmer and developer-Open, Learning and Share
...