sbt-eclipse
sbt-eclipse copied to clipboard
UNRESOLVED DEPENDENCIES
Hi , I follow exactly "the global file (for version 0.13 and up) at ~/.sbt/0.13/plugins/plugins.sbt" but still got " UNRESOLVED DEPENDENCIES"
And I also tried IntelliJ "https://github.com/mpeltonen/sbt-idea" , which using same way . it works well.
so i guess there are something wrong in sever side .
Please advise .
Thanks
I got the error :

already added addSbtPlugin("com.typesafe.sbteclipse" % "sbteclipse-plugin" % "2.5.0") into .sbt/0.13/plugins/plugins.sbt
Environment : scala2.10.5 , java 7 and sbt 0.13
By the way , when i change addSbtPlugin("com.typesafe.sbteclipse" % "sbteclipse-plugin" % "2.5.0") to addSbtPlugin("com.github.mpeltonen" % "sbt-idea" % "1.6.0") . it works well to install intellij plugin.
so I am very confused about the error .
The latest release is 3.0.0, have you tried upgrading?
You should also have a log of what repositories were tried before giving up. Check if repo.typesafe.com appears in there.