私の sbt プロジェクトでは、1 つのファイルを変更すると、ほぼ常にすべてがコンパイルされます。インクリメンタル ビルドが失敗する理由を調べる方法はありますか?
9. Waiting for source changes... (press enter to interrupt)
[warn] Potentially incompatible versions of dependencies of {file:/home/arne/gitprojects/gameengine/}default-a8a2f5:
[warn] org.scala-lang: 2.10.1, 2.10.0
[info] Compiling 1 Scala source to /home/arne/gitprojects/gameengine/target/scala-2.10/classes...
[info] Compiling 35 Scala sources to /home/arne/gitprojects/gameengine/target/scala-2.10/classes...
すべてをコンパイルするのに数秒かかるのではなく、1 分かかるため、かなり面倒です。