aboutsummaryrefslogtreecommitdiff
path: root/project/AspectJ.scala
diff options
context:
space:
mode:
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,