Search code examples
intellij-ideaplayframework-2.0sbttypesafe-activator

IntelliJ not resolving Activator-Play build.sbt libraryDependencies


I am using the latest IntelliJ IDEA 2017.1 Community Edition. After importing the Activator-Play project, IntelliJ is still showing the errors on imports. I have everything placed in build.sbt file.

enter image description here

But still the tooltip shows Cannot resolve symbol '****'.

enter image description here

This is an Activator project. I used activator new command to create the project with the play-java template and imported into IntelliJ. Anything that we can do with SBT configuration in IDEA. Can someone help me out?


Solution

  • Migrating to Intellji IDEA Ultimate Edition solved the issue. Community Edition doesn't support the Play/ Activator applications.