Merge pull request #25833 from akka/wip-getting-started-typed-patriknw

Translate Getting Started Guide to Typed, #25998
This commit is contained in:
Patrik Nordwall 2018-12-06 15:45:17 +01:00 committed by GitHub
commit b04accefa0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
82 changed files with 6340 additions and 59 deletions

View file

@ -201,7 +201,7 @@ lazy val distributedData = akkaModule("akka-distributed-data")
lazy val docs = akkaModule("akka-docs")
.dependsOn(
actor, cluster, clusterMetrics, slf4j, agent, osgi, persistenceTck, persistenceQuery, distributedData, stream,
actor, cluster, clusterMetrics, slf4j, agent, osgi, persistenceTck, persistenceQuery, distributedData, stream, actorTyped,
camel % "compile->compile;test->test",
clusterTools % "compile->compile;test->test",
clusterSharding % "compile->compile;test->test",