From 7b08de5d46131fc8967479e229bcfdb0271bccce Mon Sep 17 00:00:00 2001 From: Victor Hiairrassary Date: Tue, 2 Oct 2018 09:05:58 +0200 Subject: [PATCH] Remove duplicated section in doc --- akka-docs/src/main/paradox/typed/testing.md | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/akka-docs/src/main/paradox/typed/testing.md b/akka-docs/src/main/paradox/typed/testing.md index ce73557a79..7879ac0ddf 100644 --- a/akka-docs/src/main/paradox/typed/testing.md +++ b/akka-docs/src/main/paradox/typed/testing.md @@ -31,17 +31,6 @@ This module is currently marked as @ref:[may change](../common/may-change.md) in @@@ -## Dependency - -To use Akka TestKit Typed, add the module to your project: - -@@dependency[sbt,Maven,Gradle] { - group=com.typesafe.akka - artifact=akka-actor-testkit-typed_$scala.binary_version$ - version=$akka.version$ - scope=test -} - ## Synchronous behavior testing The following demonstrates how to test: