scala sbt with intellij

mkdir -p ~/.sbt/plugins
sudo vi ~/.sbt/plugins/build.sbt

paste the following content:
resolvers += "Sonatype snapshots" at "http://oss.sonatype.org/content/repositories/snapshots/"

addSbtPlugin("com.github.mpeltonen" % "sbt-idea" % "1.6.0-SNAPSHOT")

Comments