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 aa3d9cd commit 685c1a6Copy full SHA for 685c1a6
README.md
@@ -9,7 +9,7 @@ Inspired by https://github.com/chbatey/kafka-unit
9
10
scalatest-embedded-kafka is available on Bintray and Maven Central, compiled for both Scala 2.10 and 2.11
11
12
-* In your `build.sbt` file add the following dependency: `"net.manub" %% "scalatest-embedded-kafka" % "0.4.2-kafka09" % "test"`
+* In your `build.sbt` file add the following dependency: `"net.manub" %% "scalatest-embedded-kafka" % "0.4.3-kafka09" % "test"`
13
* Have your `Spec` extend the `EmbeddedKafka` trait.
14
* Enclose the code that needs a running instance of Kafka within the `withRunningKafka` closure.
15
0 commit comments