We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4be7a4 commit 4baa3d5Copy full SHA for 4baa3d5
README.md
@@ -7,7 +7,7 @@ Inspired by https://github.com/chbatey/kafka-unit
7
8
scalatest-embedded-kafka is available on Bintray and Maven Central, compiled for both Scala 2.10 and 2.11
9
10
-* In your `build.sbt` file add the following dependency: `"org.scalatest" %% "scalatest" % "0.3.0"`
+* In your `build.sbt` file add the following dependency: `"net.manub" %% "scalatest-embedded-kafka" % "0.3.0" % "test"`
11
* Have your `Spec` extend the `EmbeddedKafka` trait.
12
* Enclose the code that needs a running instance of Kafka within the `withRunningKafka` closure.
13
0 commit comments