initial typed actor impl

This commit is contained in:
2020-12-04 03:22:17 +03:00
parent 2e16a8c1fa
commit d42e90608f
77 changed files with 842 additions and 699 deletions

View File

@ -1,6 +1,7 @@
libraryDependencies += "org.scalactic" %% "scalactic" % "3.0.8" % "test"
libraryDependencies += "org.scalatest" %% "scalatest" % "3.0.8" % "test"
libraryDependencies += "org.scalactic" %% "scalactic" % "3.1.4" % "test"
libraryDependencies += "org.scalatest" %% "scalatest" % "3.1.4" % "test"
libraryDependencies += "com.typesafe.akka" %% "akka-testkit" % "2.5.26" % "test"
libraryDependencies += "com.typesafe.akka" %% "akka-stream-testkit" % "2.5.26" % "test"
libraryDependencies += "com.typesafe.akka" %% "akka-http-testkit" % "10.1.10" % "test"
libraryDependencies += "com.typesafe.akka" %% "akka-testkit" % "2.6.10" % "test"
libraryDependencies += "com.typesafe.akka" %% "akka-actor-testkit-typed" % "2.6.10" % "test"
libraryDependencies += "com.typesafe.akka" %% "akka-stream-testkit" % "2.6.10" % "test"
libraryDependencies += "com.typesafe.akka" %% "akka-http-testkit" % "10.2.1" % "test"