Reputation: 69
If I create a sbt project from intelliJ, the sbt-and-plugins libraries are added in external libraries:
If I open a folder with scale code from IntelliJ, there is no sbt-and-plugins library in external libraries. Because? How can I add it?
Upvotes: 2
Views: 1157
Reputation: 69
I solved with this link Module Dependencies.
I added that library by going to file-> Project structure-> Modules | Dependencies and I entered the library by clicking on library
Upvotes: 1