Fix typed initial inports (#24384)
This commit is contained in:
parent
155e765c9d
commit
b48d907d66
1 changed files with 2 additions and 2 deletions
|
|
@ -370,8 +370,8 @@ lazy val actorTyped = akkaModule("akka-actor-typed")
|
|||
.settings(AutomaticModuleName.settings("akka.actor.typed")) // fine for now, eventually new module name to become typed.actor
|
||||
.settings(
|
||||
initialCommands := """
|
||||
import akka.typed._
|
||||
import akka.typed.scaladsl.Actor
|
||||
import akka.actor.typed._
|
||||
import akka.actor.typed.scaladsl.Behaviors
|
||||
import scala.concurrent._
|
||||
import scala.concurrent.duration._
|
||||
import akka.util.Timeout
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue