【发布时间】:2015-06-08 03:18:14
【问题描述】:
我在运行 'sbt compile' 时遇到这样的错误:
missing or invalid dependency detected while loading class file 'DefaultReads.class'.
[error] Could not access term time in package java,
[error] because it (or its dependencies) are missing. Check your build definition for
[error] missing or conflicting dependencies. (Re-run with `-Ylog-classpath` to see the problematic classpath.)
如何将-Ylog-classpath 传递给 sbt?
【问题讨论】: