Once I run \'sbt compile\' on a 2.3 play project, I can\'t use \'sbt compile\' to compile any Play 2.2.x projects anymore. This is the error when I run sbt command.
Play 2.3 app is supposed to be built using activator, to ensure proper sbt configuration. Best