aboutsummaryrefslogtreecommitdiff
path: root/kamon-examples/kamon-play-example-2.4.x/project/plugins.sbt
blob: 26bdf8cf54acf51ac787380b0513b8e3130deae2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
// Comment to get more information during initialization
logLevel := Level.Warn

// The Typesafe repository
resolvers += "Typesafe repository" at "http://repo.typesafe.com/typesafe/releases/"

// Use the Play sbt plugin for Play projects
addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.4.2")

addSbtPlugin("io.kamon" % "aspectj-play-24-runner" % "0.1.3")