Installing Play Salat in Intellij IDEA project

75 views Asked by At

I'm writing a simple application on Scala using Play Framework and I'd like to use Play Salat in my application. I'm using Intellij IDEA Ultimate as the IDE and I've generated the Play project as it's said in the IDEA documentation. However, I'm unable to find the file 'project/Build.scala' which I have to modify according to the Play Salat installation guide. I've tried to create this file but I was unable to import the play.Project.

Here's what my project structure looks like: project structure screen

I've tried to find any information as to how to install Salat but I haven't found anything which would help me.

1

There are 1 answers

1
Bunyod On

In the latest versions of Play Framework Build.scala is equivalent to built.sbt. You should read this