I am trying to use maven to handle dependencies in a scala project in Eclipse. But once the project is converted to maven, the application wont run anymore.
Here is
Go to
project properties->Select scala compiler->Select scala installation and change to scala-2.10->apply->close
Run
maven clean
Run Scala application
Scala application
then you cant see the output in Console