aboutsummaryrefslogtreecommitdiff
path: root/project/plugins.sbt
diff options
context:
space:
mode:
authorDiego <diegolparra@gmail.com>2014-03-15 11:21:44 -0300
committerDiego <diegolparra@gmail.com>2014-03-15 11:25:02 -0300
commitcc079f18a2c00678397fae0714eb524dfe8961f2 (patch)
tree24dd0dcc0c63b6aa4aa01b19c7dee524f25de0d4 /project/plugins.sbt
parent75a0a4303c313266d34efd5711fe62ed70ce79b3 (diff)
downloadKamon-cc079f18a2c00678397fae0714eb524dfe8961f2.tar.gz
Kamon-cc079f18a2c00678397fae0714eb524dfe8961f2.tar.bz2
Kamon-cc079f18a2c00678397fae0714eb524dfe8961f2.zip
implementation of IMessageHandler interface in order to control Aspectj weaving messages through kamon
Diffstat (limited to 'project/plugins.sbt')
-rw-r--r--project/plugins.sbt2
1 files changed, 1 insertions, 1 deletions
diff --git a/project/plugins.sbt b/project/plugins.sbt
index ee0b967c..33519318 100644
--- a/project/plugins.sbt
+++ b/project/plugins.sbt
@@ -6,7 +6,7 @@ addSbtPlugin("com.github.mpeltonen" % "sbt-idea" % "1.5.1")
addSbtPlugin("io.spray" % "sbt-revolver" % "0.6.2")
-addSbtPlugin("com.typesafe.sbt" % "sbt-aspectj" % "0.9.0")
+addSbtPlugin("com.typesafe.sbt" % "sbt-aspectj" % "0.9.4")
addSbtPlugin("com.ivantopo.sbt" % "sbt-newrelic" % "0.0.1")