score:0

there is also a shorter way to get sbteclipse into use. create a file ~/.sbt/plugins/plugins.sbt with this content:

addsbtplugin("com.typesafe.sbteclipse" % "sbteclipse-plugin" % "2.1.0")

score:2

try some thing like "com.typesafe.sbteclipse" % "sbteclipse_2.8.1" % "1.3-rc2....."
using "%%" will automicly add scala version to the library name. using "%" will not.


Related Query

More Query from same tag