I have SBT and Scala installed and things work well.
Now I have an IntellIJ IDEA project, which works otherwise OK except that dependencies which are downloaded into /Users/MyName/.ivy2/cache/
are not understood.
I tried setting the cache path as a source folder:
but still things don't work out:
As you can see, org.eclipse
is in red color meaning it can't find it. It must be inside that .jar
file I showed on the left.
I just want to update/download dependencies using SBT, and then get the compilation to work in IntelliJ IDEA with those dependencies.