catch32
catch32

Reputation: 18612

IntelliJ IDEA complains about 'broken source path' for sbt-driven project

I have to import scala project with sbt. Importing is ok. All dependencies is downloaded:

enter image description here

But at settings I see a bunch of errors:

enter image description here

This jars are downloaded. I couldn't figure out why this happen.

My test looks next:

enter image description here

How to solve this trouble?

Upvotes: 3

Views: 1350

Answers (1)

catch32
catch32

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

Related Questions