aboutsummaryrefslogtreecommitdiff
path: root/project/plugins.sbt
blob: 70e313e9e71e57ca65abbc4b81699006b9a694ac (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.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")

addSbtPlugin("com.github.gseitz" % "sbt-release" % "0.8")