I'm trying to import an akka dependency to my project using sbt.
The akka modules I need are akka-actor
and akka-remote
. The curious thing is that akka-actor
has no problems importing, but the remote module appears as an unknown artifact.
I'm using IntelliJ and scala 2.12.1. Does someone have this problem or can help me in any way?