Http.get is ambiguous from Java

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?