Http client tests. Telegram entities started.

This commit is contained in:
Pavel Kachalouski
2018-05-10 07:47:07 +02:00
parent 8b705c8f77
commit 60eeb30e14
6 changed files with 126 additions and 3 deletions

View File

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