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

@@ -4,6 +4,7 @@ object Dependencies {
lazy val scalaTest = "org.scalatest" %% "scalatest" % "3.0.5"
lazy val akka = "com.typesafe.akka" %% "akka-actor" % "2.5.12"
lazy val akkaHttp = "com.typesafe.akka" %% "akka-http" % "10.1.1"
lazy val akkaHttpSprayJson = "com.typesafe.akka" %% "akka-http-spray-json" % "10.1.1"
lazy val akkaStream = "com.typesafe.akka" %% "akka-stream" % "2.5.12"
lazy val vkapi = "com.vk.api" % "sdk" % "0.5.12"
}