aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego <diegolparra@gmail.com>2014-09-18 21:45:30 -0300
committerDiego <diegolparra@gmail.com>2014-09-18 21:45:30 -0300
commit3bd56f004738dccc56e1b889e9d12dd9ce7ba5b1 (patch)
tree68f7e1189b1fafff916468442d9dd156dc8b02db
parent3744456c5cce979f57c4eb4d5e78490ef5bc1697 (diff)
downloadKamon-3bd56f004738dccc56e1b889e9d12dd9ce7ba5b1.tar.gz
Kamon-3bd56f004738dccc56e1b889e9d12dd9ce7ba5b1.tar.bz2
Kamon-3bd56f004738dccc56e1b889e9d12dd9ce7ba5b1.zip
= play: update play to 2.3.3
-rw-r--r--kamon-examples/kamon-play-example/conf/application.conf2
-rw-r--r--project/Dependencies.scala2
2 files changed, 2 insertions, 2 deletions
diff --git a/kamon-examples/kamon-play-example/conf/application.conf b/kamon-examples/kamon-play-example/conf/application.conf
index 099700f9..65a834c6 100644
--- a/kamon-examples/kamon-play-example/conf/application.conf
+++ b/kamon-examples/kamon-play-example/conf/application.conf
@@ -1,6 +1,6 @@
#kamon related configuration
akka {
-// extensions = ["kamon.statsd.StatsD", "kamon.system.SystemMetrics", "kamon.logreporter.LogReporter"]
+ extensions = ["kamon.statsd.StatsD", "kamon.system.SystemMetrics", "kamon.logreporter.LogReporter"]
}
kamon {
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index 9053f2e1..e7400e02 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -11,7 +11,7 @@ object Dependencies {
val akkaVersion = "2.3.2"
val aspectjVersion = "1.7.4"
val slf4jVersion = "1.7.6"
- val playVersion = "2.3.0"
+ val playVersion = "2.3.3"
val sprayJson = "io.spray" %% "spray-json" % "1.2.6"
val sprayJsonLenses = "net.virtual-void" %% "json-lenses" % "0.5.3"