So I created a bare bone play2 scala application using the command line.
I then was reading how IntelliJ 13 can handle sbt projects better, so I opened it using IntelliJ using the build.sbt file.
I selected 'auto imports', and then literally it just started downloading for like 15+ minutes. And finally it stopped and intellij could properly resolve all the classes etc. correctly and it built correctly.
What was wierd was my /target folder was in the solution, so I removed it.
Did I do something wrong or this is normal?
Also, how do I run the application using IntelliJ that would be similiar to:
play run