Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sbt FAIL ,unresolved dependency: com.typesafe.sbteclipse#sbteclipse_2.8.1;1.3-RC3: not found #3

Open
AymanElarian opened this issue Jan 3, 2013 · 1 comment

Comments

@AymanElarian
Copy link

error sbt.ResolveException: unresolved dependency: com.typesafe.sbteclipse#sbteclipse_2.8.1;1.3-RC3: not found
[error] unresolved dependency: com.eed3si9n#sbt-assembly_2.9.2;sbt0.12.1_0.6: not found
[error] unresolved dependency: se.scalablesolutions.akka#akka-sbt-plugin;1.1.3: not found
[error] unresolved dependency: com.github.siasia#xsbt-web-plugin_2.9.2;0.1.0-0.12.1: not found
Project loading failed: (r)etry, (q)uit, (l)ast, or (i)gnore? q
Ayman-Elarians-MacBook-Pro:gis-shapes-reverse-geocoder-master eng-ayman$

@AymanElarian
Copy link
Author

That error happen even after patch project/plugins/build.sbt

from
libraryDependencies <+= (sbtVersion) { v => "com.typesafe.sbteclipse" %% "sbteclipse" % "$ as the current 2.9 dont have rc3

to
libraryDependencies <+= (sbtVersion) { v => "com.typesafe.sbteclipse" % "sbteclipse_2.8.1" % "$

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant