scalaintellij-ideaplayframework-2.0typesafe-activatortypesafe-stack

Scala + Play + Intellij IDEA Issue


I was getting below error when I was making new Scala + Play project using activator. I am using standard activator method to generate Intellij Idea support for project but every time I was facing below issue.

I dont know how to resolve below issue. Please help,

#

The project 'play-scala-intro' has an older format and will be converted. You may not be able to open the project with earlier versions of IntelliJ IDEA. Details...

Old versions of project files will be saved to: 'E:\Personal\Scala Workspace\play-scala-intro\projectFilesBackup'

#


Solution

  • My problem is resolbved. As Sarvesh Kumar Singh mentioned I have created activator project and open that project in In Intellij IDEA and used options Auto import and download sources.

    Above option resolved my problem.