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

resolvers += "Kamon Releases" at "http://repo.kamon.io"

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

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

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