sbt-eclipse icon indicating copy to clipboard operation
sbt-eclipse copied to clipboard

UNRESOLVED DEPENDENCIES

Open wangxiangtao opened this issue 10 years ago • 2 comments

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

wangxiangtao avatar Apr 05 '15 13:04 wangxiangtao

I got the error : image

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 .

wangxiangtao avatar Apr 06 '15 13:04 wangxiangtao

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.

dragos avatar Apr 12 '15 10:04 dragos