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

前端 未结 2 1291

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: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

提交回复
热议问题