Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version stuck to 1.8.10 #34

Open
JHK opened this issue Jul 23, 2019 · 0 comments
Open

Version stuck to 1.8.10 #34

JHK opened this issue Jul 23, 2019 · 0 comments

Comments

@JHK
Copy link

JHK commented Jul 23, 2019

We followed the guides to include aspectj weaver into our non-Play project using

addSbtPlugin("io.kamon" % "sbt-aspectj-runner" % "1.1.2")
addSbtPlugin("com.lightbend.sbt" % "sbt-javaagent" % "0.1.4")

and to the build.sbt:

lazy val root = (project in file("."))
  .enablePlugins(JavaAppPackaging, JavaAgent)

javaAgents += "org.aspectj" % "aspectjweaver" % "1.9.4"
javaOptions in Universal += "-Dorg.aspectj.tracing.factory=default"

But a run of sbt dependencyUpdates states that:

[expired   ] org.aspectj:aspectjweaver:1.8.10 ---> 1.9.4

I guess it is related to the constant defined here: https://github.com/kamon-io/sbt-aspectj-runner/blob/master/sbt-aspectj-runner/src/main/scala/kamon/aspectj/sbt/SbtAspectJRunner.scala#L28

@JHK JHK changed the title Version stuck to 1.8.10 Version stuck to 1.8.10 Jul 23, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant