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