First of all, scala cannot find my main class by default when I use sbt, project to change project and then run. I've tried a lot of things, including adding mainClass = Some("Main") in settings, writing mainClass in Compile := Some("Main"), etc. How can this be done in the same Build.scala file where I define my subprojects?
Thanking you
--
Peteris Erins