Skip to content

Commit 09d50c5

Browse files
authored
Update README.md
1 parent 1805308 commit 09d50c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# scalatest-embedded-kafka
2-
A library that provides an in-memory Kafka broker to run your ScalaTest specs against. It uses Kafka 0.10.2.0 and ZooKeeper 3.4.8.
2+
A library that provides an in-memory Kafka broker to run your ScalaTest specs against. It uses Kafka 0.10.2.1 and ZooKeeper 3.4.8.
33

44
The version supporting Kafka 0.8.x can be found [here](https://github.com/manub/scalatest-embedded-kafka/tree/kafka-0.8) - *this is no longer actively supported, although I'll be happy to accept PRs and produce releases.*
55

@@ -24,7 +24,7 @@ scalatest-embedded-kafka is available on Bintray and Maven Central, compiled for
2424

2525
### How to use
2626

27-
* In your `build.sbt` file add the following dependency: `"net.manub" %% "scalatest-embedded-kafka" % "0.13.0" % "test"`
27+
* In your `build.sbt` file add the following dependency: `"net.manub" %% "scalatest-embedded-kafka" % "0.13.1" % "test"`
2828
* Have your `Spec` extend the `EmbeddedKafka` trait.
2929
* Enclose the code that needs a running instance of Kafka within the `withRunningKafka` closure.
3030
```scala

0 commit comments

Comments
 (0)