I have the following setup of a Scala application and a common core library: root
-> /ApplicationA -> /project -> /build.sbt -> /CoreLi
With sbt 0.12.1 it seems possible to get a simple reference to a project :
I used ProjectRef instead of RootProject
ProjectRef
RootProject
http://www.scala-sbt.org/0.12.1/api/sbt/ProjectRef.html
ProjectRef(file("../util-library"), "util-library")
sbt-eclipse also works.