aboutsummaryrefslogtreecommitdiff
path: root/project/Build.scala
diff options
context:
space:
mode:
authorIvan Topolnak <ivantopo@gmail.com>2013-05-21 18:31:50 -0300
committerIvan Topolnak <ivantopo@gmail.com>2013-05-21 18:31:50 -0300
commitc56018c9a3bef9e99cc38f1804eafdfe5c8be45c (patch)
treee6a9c4fc5a3fb81b2f5eaa6b554c52f87425bebe /project/Build.scala
parentfa11dbb9448e002de4863fd67924946b7157913d (diff)
downloadKamon-c56018c9a3bef9e99cc38f1804eafdfe5c8be45c.tar.gz
Kamon-c56018c9a3bef9e99cc38f1804eafdfe5c8be45c.tar.bz2
Kamon-c56018c9a3bef9e99cc38f1804eafdfe5c8be45c.zip
started working on metrics aggregation using dedicated actors
Diffstat (limited to 'project/Build.scala')
-rw-r--r--project/Build.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/project/Build.scala b/project/Build.scala
index 13afe956..97f23aa6 100644
--- a/project/Build.scala
+++ b/project/Build.scala
@@ -10,7 +10,7 @@ object Build extends Build {
.settings(revolverSettings: _*)
.settings(
libraryDependencies ++=
- compile(akkaActor, sprayCan, sprayClient, sprayRouting, sprayServlet, aspectJ, metrics, newrelic, metricsScala, sprayJson) ++
+ compile(akkaActor, sprayCan, sprayClient, sprayRouting, sprayServlet, aspectJ, metrics, newrelic, metricsScala, sprayJson, guava) ++
test(scalatest, sprayTestkit))