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 e497ca6 commit 8fd4506Copy full SHA for 8fd4506
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.5.0" % "test"`
+* In your `build.sbt` file add the following dependency: `"net.manub" %% "scalatest-embedded-kafka" % "0.6.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