Skip to content

Commit 8fd4506

Browse files
committed
Updated version in README.
1 parent e497ca6 commit 8fd4506

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.5.0" % "test"`
18+
* In your `build.sbt` file add the following dependency: `"net.manub" %% "scalatest-embedded-kafka" % "0.6.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)