I’m stuck.
I’ve on a Mac and have installed the typesafe stack with brew
I’ve created a new play project using play new appname and all is fine.
I’m trying to import it into intelliJ using play idea – but when I do this I get the following error;
[error] no sbt-idea plugin for this version of sbt - 0.11.3
I have play! 2.0.3 and sbt 0.11.3
Any idea how I actually fix this?
First, ensure you’ve followed: the official installation instructions
This will currently result in the following exception:
Current fix is to downgrade to play 2.0.1 by editing the project.plugins.sbt file thusly:
This seems to resolve the problem for now.