No warnings in latest IntelliJ for:
ActorSystem system = ActorSystem();
Http http = Http.get(system);
Have you perhaps gotten some imports wrong so you have the scaladsl version of Http in scope?
No warnings in latest IntelliJ for:
ActorSystem system = ActorSystem();
Http http = Http.get(system);
Have you perhaps gotten some imports wrong so you have the scaladsl version of Http in scope?