From fb0767bc09addb28fd54ee2f4141ac8852a4c732 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bart=C5=82omiej=20Tomala?= Date: Tue, 21 Aug 2018 21:54:54 +0200 Subject: [PATCH] Update Aspectj --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 17b8880..6e1be4a 100644 --- a/build.sbt +++ b/build.sbt @@ -4,7 +4,7 @@ sbtPlugin := true organization := "com.lightbend.sbt" name := "sbt-aspectj" -libraryDependencies += "org.aspectj" % "aspectjtools" % "1.8.10" +libraryDependencies += "org.aspectj" % "aspectjtools" % "1.9.1" publishMavenStyle := false