Started working on actors: update and dialog.

This commit is contained in:
Pavel Kachalouski
2018-05-18 20:36:44 +02:00
parent 9690ef0a3d
commit d1969766b1
10 changed files with 102 additions and 147 deletions

View File

@@ -12,6 +12,7 @@ lazy val root = (project in file(".")).
libraryDependencies ++= Seq(
scalaTest % Test,
akka,
akkaTyped,
akkaHttp,
akkaStream,
vkapi,