https://github.com/mpeltonen/sbt-idea
addSbtPlugin("com.typesafe.sbteclipse" % "sbteclipse-plugin" % "5.0.1")
addSbtPlugin("com.github.mpeltonen" % "sbt-idea" % "1.6.0")
本文介绍如何通过添加特定的SBT插件来配置IDEA和Eclipse,包括'sbteclipse-plugin'和'sbt-idea'插件的具体版本。
https://github.com/mpeltonen/sbt-idea
addSbtPlugin("com.typesafe.sbteclipse" % "sbteclipse-plugin" % "5.0.1")
addSbtPlugin("com.github.mpeltonen" % "sbt-idea" % "1.6.0")

被折叠的 条评论
为什么被折叠?