!per #18360 Move Tagged to akka.persistence.journal

breaking api since 2.4.0-RC1, but only related to new things in 2.4 anyway
This commit is contained in:
Patrik Nordwall 2015-09-01 08:14:59 +02:00
parent a9e7281a5f
commit d63e5417b7
14 changed files with 66 additions and 30 deletions

View file

@ -8,7 +8,7 @@ import akka.actor._
import akka.pattern.BackoffSupervisor
import akka.persistence._
import akka.stream.ActorMaterializer
import akka.stream.scaladsl.{Source, Sink, Flow}
import akka.stream.scaladsl.{ Source, Sink, Flow }
import scala.concurrent.duration._
import scala.language.postfixOps