Typed docs for sharding and singleton (#24364)

This commit is contained in:
Christopher Batey 2018-01-22 13:47:18 +00:00 committed by GitHub
parent f32cd63dc1
commit 719f0fb672
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 287 additions and 11 deletions

View file

@ -415,7 +415,8 @@ lazy val clusterShardingTyped = akkaModule("akka-cluster-sharding-typed")
clusterSharding,
testkit % "test->test",
typedTestkit % "test->test",
actorTypedTests % "test->test"
actorTypedTests % "test->test",
persistenceTyped % "test->test"
)
.settings(AkkaBuild.mayChangeSettings)
.settings(AutomaticModuleName.settings("akka.cluster.sharding.typed"))