error: eof expected?! How to use idea and eclipse plugins together in sbt?
问题 I use sbt 0.13 . Both https://github.com/typesafehub/sbteclipse and https://github.com/typesafehub/sbt-idea suggest to add a line for each to ~/.sbt/plugins/build.sbt . Thus my plugins/build.sbt looks like: addSbtPlugin("com.github.mpeltonen" % "sbt-idea" % "1.5.1") addSbtPlugin("com.typesafe.sbteclipse" % "sbteclipse-plugin" % "2.3.0") With that, sbt keeps failing with the error: .sbt/0.13/plugins/build.sbt:2: error: eof expected but ';' found. addSbtPlugin("com.typesafe.sbteclipse" %