I had a problem when I built the project using sbt 0.13.11 in mac osx.
I think that lack of resolvers in plugin settings causes build failure.

If you have no corresponding jars in $HOME/.ivy2/cache, sbt will says like:

sbt.ResolveException: unresolved dependency:
com.typesafe#jse_2.10;1.0.0: not found
unresolved dependency: com.typesafe#npm_2.10;1.0.0: not found
unresolved dependency: com.typesafe#webdriver_2.10;1.0.0: not found


This problem will be fixed easily by adding this line into project/plugins.sbt:

resolvers += Resolver.typesafeRepo("releases")


Best,
Injun Song

Reply via email to