➜ scalanizer-demo git:(master) ✗ sbt compile
[info] Loading project definition from /Users/evacchi/Devel/Scala/scalanizer-demo/project
[info] Set current project to scalanizer-sample (in build file:/Users/evacchi/Devel/Scala/scalanizer-demo/)
[info] Compiling 15 Scala sources to /Users/evacchi/Devel/Scala/scalanizer-demo/target/scala-2.11/classes...
[error] missing or invalid dependency detected while loading class file 'Base.class'.
[error] Could not access type EmbeddedControls in package scala,
[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.)
[error] A full rebuild may help if 'Base.class' was compiled against an incompatible version of scala.
[error] one error found
[error] (compile:compile) Compilation failed
[error] Total time: 27 s, completed Jun 11, 2015 11:42:51 AM