Get started with Scala and use Intellij IDEA (tested on 11)
- Scala 2.11.6
- ScalaTest 2.2.4
Run the app
sbt run
Run tests
sbt test
-
Start sbt
sbt
-
Within sbt, generate IDEA project
gen-idea exit
-
Open the project in IDEAj from the menu, File -> Open Project ...