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: