我正在尝试运行由其他人构建的 Play 应用程序。
我Error: module not found: org.scala-sbt#sbt;${{sbt.version}}
在运行播放命令时得到。
我正在尝试运行由其他人构建的 Play 应用程序。
我Error: module not found: org.scala-sbt#sbt;${{sbt.version}}
在运行播放命令时得到。
project/build.properties
如果文件不存在,则
创建具有以下内容的文件:sbt.version=0.12.2
解决了该问题。
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