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 fde2a57 commit 0561d2fCopy full SHA for 0561d2f
README.md
@@ -5,7 +5,7 @@ Inspired by https://github.com/chbatey/kafka-unit
5
6
## How to use
7
8
-* In your `build.sbt` file add the following dependency: `"org.scalatest" %% "scalatest" % "0.2.1"`
+* In your `build.sbt` file add the following dependency: `"org.scalatest" %% "scalatest" % "0.2.2"` (available on Maven Central)
9
* Have your `Spec` extend the `EmbeddedKafka` trait.
10
* Enclose the code that needs a running instance of Kafka within the `withRunningKafka` closure.
11
0 commit comments