I m trying to run Play application which was built by some one else.
I am getting Error: module not found: org.scala-sbt#sbt;${{sbt.version}} when runni
Error: module not found: org.scala-sbt#sbt;${{sbt.version}}
Creating a project/build.properties file if one doesn't exist with the following content: sbt.version=0.12.2 resolved the issue.
project/build.properties
sbt.version=0.12.2