Skip to content

Commit fc508e8

Browse files
authored
Updated README.md
New version and some rewriting.
1 parent 9dcf5ea commit fc508e8

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,7 +1,7 @@
11
# scalatest-embedded-kafka
22
A library that provides an in-memory Kafka broker to run your ScalaTest specs against. It uses Kafka 0.9.0.1 and ZooKeeper 3.4.7.
33

4-
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 maintained, I'll be happy to accept PRs and releases but no new functionality will be added*
4+
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, althgough I'll be happy to accept PRs and produce releases.*
55

66
Inspired by https://github.com/chbatey/kafka-unit
77

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