Skip to content

Commit 592dde3

Browse files
authored
Update README.md
1 parent 16b08df commit 592dde3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Inspired by https://github.com/chbatey/kafka-unit
1515

1616
scalatest-embedded-kafka is available on Bintray and Maven Central, compiled for both Scala 2.10 and 2.11
1717

18-
* In your `build.sbt` file add the following dependency: `"net.manub" %% "scalatest-embedded-kafka" % "0.6.1" % "test"`
18+
* In your `build.sbt` file add the following dependency: `"net.manub" %% "scalatest-embedded-kafka" % "0.7.0" % "test"`
1919
* Have your `Spec` extend the `EmbeddedKafka` trait.
2020
* Enclose the code that needs a running instance of Kafka within the `withRunningKafka` closure.
2121

0 commit comments

Comments
 (0)