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

前端 未结 2 1297

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.

提交回复
热议问题