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

@@ -3,6 +3,7 @@ import sbt._
object Dependencies {
lazy val scalaTest = "org.scalatest" %% "scalatest" % "3.0.5"
lazy val akka = "com.typesafe.akka" %% "akka-actor" % "2.5.12"
lazy val akkaTyped = "com.typesafe.akka" %% "akka-actor-typed" % "2.5.12"
lazy val akkaHttp = "com.typesafe.akka" %% "akka-http" % "10.1.1"
lazy val akkaStream = "com.typesafe.akka" %% "akka-stream" % "2.5.12"
lazy val vkapi = "com.vk.api" % "sdk" % "0.5.12"