Error: module not found: org.scala-sbt#sbt;${{sbt.version}}

前端 未结 2 1292

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

相关标签:
2条回答
  • 2021-01-03 03:40

    Creating a project/build.properties file if one doesn't exist with the following content: sbt.version=0.12.2 resolved the issue.

    0 讨论(0)
  • 2021-01-03 03:42

    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

    0 讨论(0)
提交回复
热议问题