Skip to content

Commit a72465b

Browse files
authored
Update README.md
1 parent ec26fca commit a72465b

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
@@ -17,7 +17,7 @@ Inspired by https://github.com/chbatey/kafka-unit
1717

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

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

0 commit comments

Comments
 (0)