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

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

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")