Upgrade to sbt-idea 1.5.1
1 parent fd84b3f commit 1c6f4a1d1ec26d3e63fe9caa71812dc352602405
@kxbmap kxbmap authored on 31 Jul 2013
Showing 1 changed file
View
2
■■■
project/plugins.sbt
addSbtPlugin("com.typesafe.sbteclipse" % "sbteclipse-plugin" % "2.1.2")
 
addSbtPlugin("com.github.mpeltonen" % "sbt-idea" % "1.2.0")
addSbtPlugin("com.github.mpeltonen" % "sbt-idea" % "1.5.1")
 
addSbtPlugin("org.scalatra.sbt" % "scalatra-sbt" % "0.2.0")
 
addSbtPlugin("io.spray" % "sbt-twirl" % "0.6.1")