Ничего не изменилось по сравнению с предыдущим проектом, а sbt assembly
неожиданно просто зависает. Открыв sbt и изменив logLevel
на отладку, трассировка стека, кажется, не очень-то значима.
[warn] There may be incompatibilities among your library dependencies;
run 'evicted' to see detailed eviction warnings.
[debug] No changes
[debug] Full compilation, no sources in previous analysis.
[debug] Framework implementation 'org.scalacheck.ScalaCheckFramework' not present.
[debug] Framework implementation 'org.scalatest.tools.Framework' not present.
[debug] Framework implementation 'org.scalatest.tools.ScalaTestFramework' not present.
[debug] Framework implementation 'com.novocode.junit.JUnitFramework' not present.
[debug] Subclass fingerprints: List()
[debug] Annotation fingerprints: List()
// HANGS HERE ........
Есть идеи, в чем проблема или как решить эту проблему с зависаниями?