aboutsummaryrefslogtreecommitdiff
path: root/project/plugins.sbt
blob: 6dc4b037ab81fab3b6f6af3d9abf7d399c93ca03 (plain) (blame)
1
2
3
4
5
6
7
8
9
resolvers += "Sonatype snapshots" at "http://oss.sonatype.org/content/repositories/snapshots/"

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

addSbtPlugin("io.spray" % "sbt-revolver" % "0.6.2")

addSbtPlugin("com.typesafe.sbt" % "sbt-aspectj" % "0.9.0")

addSbtPlugin("com.ivantopo.sbt" % "sbt-newrelic" % "0.0.1")