Reputation: 18612
I have to import scala project with sbt
. Importing is ok. All dependencies is downloaded:
But at settings I see a bunch of errors:
This jars are downloaded. I couldn't figure out why this happen.
My test looks next:
How to solve this trouble?
Upvotes: 3
Views: 1350
Reputation: 18612
Solution was installing SBT Execute
plugin:
Running from SBT Commands
compile task.
After this execution all is fine compiled and worked.
Upvotes: 3