Import sbt project won't resolve some dependencies while sbt and sbt-idea will
Attachment is the minimal sbt build script cause this problem.
While standalone sbt will resolve the dependency and sbt-idea's idea project works fine, using import project from IDEA won't resolve it into external libraries (it shows in module dependencies of Project Settings though.)
Attachment(s):
build.sbt.zip
请先登录再写评论。
It's ok for me. Can you attach idea.log file after failed resolve? (help -> show log, or according to http://devnet.jetbrains.com/docs/DOC-181)
Best regards,
Alexander Podkhalyuzin.
Log attached, after futher digging, I found that IDEA resolves dependency succesfully but somehow it just won't assign jars in local ivy cache to library definition of IDEA, the attachment screenshot shows this.
Attachment(s):
snap0042.png
idea.log.zip
As workaround: try to refresh SBT (SBT tool window -> Refresh button).
Best regards,
Alexander Podkhalyuzin.