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
Creating a project/build.properties
file if one doesn't exist with the following content:
sbt.version=0.12.2
resolved the issue.
If the above answer doesn't help you, apparently there seem to be some problem when running the play command in the wrong place in the folder structure. The solution is described here: org.scala-sbt#sbt;${{sbt.version}}: not found on existing project