Using SBT from Scala IDE

后端 未结 2 1581
眼角桃花
眼角桃花 2021-01-30 20:59

The path from SBT to Scala-IDE is well described in many places:

  1. Start with an SBT project
  2. Add the SBT plugin definition: addSbtPlugin(\"com.typesafe.sbte
2条回答
  •  遥遥无期
    2021-01-30 21:46

    No, you cannot do this. The way to do it is as you described. Then, whenever you make changes to build.sbt (e.g., new jar dependency), rerun the eclipse command from sbt and refresh the project in Eclipse so that the newly generated files are reloaded.

提交回复
热议问题