I have a problem integrating Eclipse JDT in a project.
I added the following dependency to sbt
libraryDependencies += "org.eclipse.jdt" % "core" % "3.3.0-v_771"
but I get the following missing dependencies:
[warn] :: org.eclipse.equinox#app;[1.0.0,2.0.0): not found
[warn] :: org.eclipse.equinox#common;[3.3.0,4.0.0): not found
Is there any repository or any sbt configuration I am missing?