aboutsummaryrefslogtreecommitdiff
path: root/kamon-examples/kamon-autoweave-example/project/plugins.sbt
blob: 28ab3a8625f3b52a3812a288f7d0ebc79821ed7b (plain) (blame)
1
2
3
4
5
6
// Comment to get more information during initialization
logLevel := Level.Warn

resolvers +=  "Kamon Repository Snapshots"  at "http://snapshots.kamon.io"

addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.14.3")