You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This PR kamon-io/kamon-akka#46
fails to compile with scala 2.11.12 with this error: [error] /Users/damian.franetovich/workspace/kamon/kamon-akka/kamon-akka-2.4.x/src/main/scala/kamon/akka/instrumentation/kanela/AkkaVersionedFilter.scala:15:67: Static methods in interface require -target:jvm-1.8
This PR
kamon-io/kamon-akka#46
fails to compile with scala 2.11.12 with this error:
[error] /Users/damian.franetovich/workspace/kamon/kamon-akka/kamon-akka-2.4.x/src/main/scala/kamon/akka/instrumentation/kanela/AkkaVersionedFilter.scala:15:67: Static methods in interface require -target:jvm-1.8
https://stackoverflow.com/questions/49213620/static-methods-in-interface-require-targetjvm-1-8
May be we could set the scala 2.11 version to 2.11.11 where this error doesn't appear.
The text was updated successfully, but these errors were encountered: