aboutsummaryrefslogtreecommitdiff
path: root/project/AspectJ.scala
diff options
context:
space:
mode:
authorIvan Topolnjak <ivantopo@gmail.com>2014-03-18 23:21:27 -0300
committerIvan Topolnjak <ivantopo@gmail.com>2014-03-18 23:25:38 -0300
commitc0784898f23472eed0f58e64bf776ea77bb43454 (patch)
tree71129cfb0975847d6578cb28aee3f90426f3d04d /project/AspectJ.scala
parentcf72210d2c9303467aac206d8fb7aff6d5c7cda7 (diff)
downloadKamon-c0784898f23472eed0f58e64bf776ea77bb43454.tar.gz
Kamon-c0784898f23472eed0f58e64bf776ea77bb43454.tar.bz2
Kamon-c0784898f23472eed0f58e64bf776ea77bb43454.zip
upgrade to sbt 0.13.1
Diffstat (limited to 'project/AspectJ.scala')
-rw-r--r--project/AspectJ.scala5
1 files changed, 3 insertions, 2 deletions
diff --git a/project/AspectJ.scala b/project/AspectJ.scala
index 83b334b8..711ce98b 100644
--- a/project/AspectJ.scala
+++ b/project/AspectJ.scala
@@ -1,12 +1,13 @@
import sbt._
import sbt.Keys._
-import com.typesafe.sbt.SbtAspectj.{ Aspectj, aspectjSettings, compiledClasses }
-import com.typesafe.sbt.SbtAspectj.AspectjKeys.{ binaries, compileOnly, inputs, lintProperties, weaverOptions }
+import com.typesafe.sbt.SbtAspectj.{ Aspectj, aspectjSettings }
+import com.typesafe.sbt.SbtAspectj.AspectjKeys.{ aspectjVersion, compileOnly, lintProperties, weaverOptions }
object AspectJ {
lazy val aspectJSettings = aspectjSettings ++ Seq(
+ aspectjVersion := Dependencies.aspectjVersion,
compileOnly in Aspectj := true,
fork in Test := true,
javaOptions in Test <++= weaverOptions in Aspectj,