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 c99ca9b commit 661aaabCopy full SHA for 661aaab
README.md
@@ -24,7 +24,7 @@ scalatest-embedded-kafka is available on Bintray and Maven Central, compiled for
24
25
### How to use
26
27
-* In your `build.sbt` file add the following dependency: `"net.manub" %% "scalatest-embedded-kafka" % "0.15.1" % "test"`
+* In your `build.sbt` file add the following dependency: `"net.manub" %% "scalatest-embedded-kafka" % "0.16.0" % "test"`
28
* Have your `Spec` extend the `EmbeddedKafka` trait.
29
* Enclose the code that needs a running instance of Kafka within the `withRunningKafka` closure.
30
```scala
0 commit comments