=pro Upgrade akka-stream dependencies to akka 2.3.3
* Upgrade dependency to akka 2.3.3 * Remove javadsl.Pair and javadsl.Predicate in favor of akka.japi.*
This commit is contained in:
parent
7d2186c73d
commit
4f55b0d2e1
4 changed files with 8 additions and 14 deletions
|
|
@ -25,6 +25,8 @@ import akka.actor.ActorRef;
|
|||
import akka.actor.ActorSystem;
|
||||
import akka.japi.Function;
|
||||
import akka.japi.Function2;
|
||||
import akka.japi.Pair;
|
||||
import akka.japi.Predicate;
|
||||
import akka.japi.Procedure;
|
||||
import akka.japi.Util;
|
||||
import akka.stream.FlowMaterializer;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue