use ./sbt compile
error as follow:
[error] (namer-zk-leader/*:update) sbt.ResolveException: unresolved dependency: com.twitter.common.zookeeper#candidate;0.0.84: not found
how to solve this problem?
use ./sbt compile
error as follow:
[error] (namer-zk-leader/*:update) sbt.ResolveException: unresolved dependency: com.twitter.common.zookeeper#candidate;0.0.84: not found
how to solve this problem?
It may be an issue with you ivy cache, try deleting/moving ~/.ivy2
.
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.