Change to akka-actor rather than akka-remote as default in sbt plugin
This commit is contained in:
parent
6c77de66b8
commit
1dee84cbce
1 changed files with 1 additions and 1 deletions
|
|
@ -62,5 +62,5 @@ trait AkkaProject extends AkkaBaseProject {
|
|||
def akkaModule(module: String) = "akka" %% ("akka-" + module) % akkaVersion
|
||||
|
||||
// akka remote dependency by default
|
||||
val akkaRemote = akkaModule("remote")
|
||||
val akkaActor = akkaModule("actor")
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue