[
https://issues.apache.org/jira/browse/S2GRAPH-71?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
DOYUNG YOON updated S2GRAPH-71:
-------------------------------
Fix Version/s: 0.1.0
> Missing resolver in plugin settings
> -----------------------------------
>
> Key: S2GRAPH-71
> URL: https://issues.apache.org/jira/browse/S2GRAPH-71
> Project: S2Graph
> Issue Type: Task
> Reporter: Injun Song
> Priority: Trivial
> Fix For: 0.1.0
>
>
> When the project is built by SBT, it fails because there is no resolvers in
> project/plugins.sbt.
> If you have no corresponding jars in $HOME/.ivy2/cache, sbt will says like:
> {quote}
> 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
> ...
> {quote}
> This problem will be fixed easily by adding this line into
> project/plugins.sbt:
> resolvers += Resolver.typesafeRepo("releases")
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)