Unmanaged dependencies
Hello!
I'm wondering if there is a way to make IDEA recognize SBT's unmanaged dependencies. Brief googling gave no results. It's not so hard to add required libs manually (in Project Structure dialog), but the problem is that after restart they vanish.
Please sign in to leave a comment.
What version of IntelliJ IDEA do you use?
Best regards,
Alexander Podkhalyuzin.
13.0.2 (build #IC-133.696).
Scala plugin version 0.30.378.
Wow! It looks like I was wrong: there is dependency, called "SBT: unmanaged jars" that contains all jars from lib directory. I guess this feature was added in the recent release because before update I was unable to compile project without adding these jars manually.
Thank you for this improvement, guys!
Yes, that's why I asked you about version:)
Best regards,
Alexander Podkhalyuzin.
It appears that these unmanaged dependencies are not exported to dependent projects, as is the behavior in SBT.
Any chance on changing this?