aboutsummaryrefslogtreecommitdiff
path: root/project/AspectJ.scala
diff options
context:
space:
mode:
Diffstat (limited to 'project/AspectJ.scala')
-rw-r--r--project/AspectJ.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/project/AspectJ.scala b/project/AspectJ.scala
index 711ce98b..f33555e1 100644
--- a/project/AspectJ.scala
+++ b/project/AspectJ.scala
@@ -7,7 +7,7 @@ import com.typesafe.sbt.SbtAspectj.AspectjKeys.{ aspectjVersion, compileOnly, li
object AspectJ {
lazy val aspectJSettings = aspectjSettings ++ Seq(
- aspectjVersion := Dependencies.aspectjVersion,
+ aspectjVersion in Aspectj := Dependencies.aspectjVersion,
compileOnly in Aspectj := true,
fork in Test := true,
javaOptions in Test <++= weaverOptions in Aspectj,