aboutsummaryrefslogtreecommitdiff
path: root/project/plugins.sbt
diff options
context:
space:
mode:
authorIvan Topolnak <ivantopo@gmail.com>2013-05-23 18:27:58 -0300
committerIvan Topolnak <ivantopo@gmail.com>2013-05-23 18:27:58 -0300
commita12e8579e09c5fd8fdf98ba4553f0a232ddfea6b (patch)
tree2388d67e5166687bf5b904c3ebcf7b54db679d1b /project/plugins.sbt
parentc56018c9a3bef9e99cc38f1804eafdfe5c8be45c (diff)
downloadKamon-a12e8579e09c5fd8fdf98ba4553f0a232ddfea6b.tar.gz
Kamon-a12e8579e09c5fd8fdf98ba4553f0a232ddfea6b.tar.bz2
Kamon-a12e8579e09c5fd8fdf98ba4553f0a232ddfea6b.zip
included aspectj support for running tests, and simple test stub
Diffstat (limited to 'project/plugins.sbt')
-rw-r--r--project/plugins.sbt2
1 files changed, 2 insertions, 0 deletions
diff --git a/project/plugins.sbt b/project/plugins.sbt
index 34921388..92902e2b 100644
--- a/project/plugins.sbt
+++ b/project/plugins.sbt
@@ -4,3 +4,5 @@ addSbtPlugin("com.github.mpeltonen" % "sbt-idea" % "1.4.0")
addSbtPlugin("io.spray" % "sbt-revolver" % "0.6.2")
+addSbtPlugin("com.typesafe.sbt" % "sbt-aspectj" % "0.9.0")
+