I updated to 2.3.8 and I see a couple of warnings.
I get this when I run the activator.
[warn] There may be incompatibilities among your library dependencies.
[warn] Here are some of the libraries that were evicted:
[warn] * com.typesafe.sbteclipse:sbteclipse-plugin:2.3.0 -> 3.0.0
[warn] Run 'evicted' to see detailed eviction warnings
and this when I run evicted as per the instructions.
[warn] There may be incompatibilities among your library dependencies.
[warn] Here are some of the libraries that were evicted:
[warn] * io.netty:netty:3.6.3.Final -> 3.9.3.Final (caller: com.typesafe.play:play_2.11:2.3.8, com.typesafe.netty:netty-http-pipelining:1.1.2)
Not sure what to do about it. I can't find any docs around this.
-andy