aboutsummaryrefslogtreecommitdiff
path: root/kamon-examples/kamon-play-newrelic-example/project/plugins.sbt
diff options
context:
space:
mode:
authorDiego <diegolparra@gmail.com>2014-03-15 12:02:45 -0300
committerDiego <diegolparra@gmail.com>2014-03-15 12:08:02 -0300
commitcb6efe5eae925ef3453efe76ab0b04ae0427cf9d (patch)
tree9e29e5a7b476acf068a9eff9c66c3e0cd22d5200 /kamon-examples/kamon-play-newrelic-example/project/plugins.sbt
parenta665432940038e8350801e3b99c411209c7edf93 (diff)
downloadKamon-cb6efe5eae925ef3453efe76ab0b04ae0427cf9d.tar.gz
Kamon-cb6efe5eae925ef3453efe76ab0b04ae0427cf9d.tar.bz2
Kamon-cb6efe5eae925ef3453efe76ab0b04ae0427cf9d.zip
Play NewRelic Example
Diffstat (limited to 'kamon-examples/kamon-play-newrelic-example/project/plugins.sbt')
-rw-r--r--kamon-examples/kamon-play-newrelic-example/project/plugins.sbt9
1 files changed, 9 insertions, 0 deletions
diff --git a/kamon-examples/kamon-play-newrelic-example/project/plugins.sbt b/kamon-examples/kamon-play-newrelic-example/project/plugins.sbt
new file mode 100644
index 00000000..065c342e
--- /dev/null
+++ b/kamon-examples/kamon-play-newrelic-example/project/plugins.sbt
@@ -0,0 +1,9 @@
+// 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.2.1")
+