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 ec26fca commit a72465bCopy full SHA for a72465b
README.md
@@ -17,7 +17,7 @@ Inspired by https://github.com/chbatey/kafka-unit
17
18
scalatest-embedded-kafka is available on Bintray and Maven Central, compiled for both Scala 2.10 and 2.11
19
20
-* In your `build.sbt` file add the following dependency: `"net.manub" %% "scalatest-embedded-kafka" % "0.8.0" % "test"`
+* In your `build.sbt` file add the following dependency: `"net.manub" %% "scalatest-embedded-kafka" % "0.8.1" % "test"`
21
* Have your `Spec` extend the `EmbeddedKafka` trait.
22
* Enclose the code that needs a running instance of Kafka within the `withRunningKafka` closure.
23
0 commit comments