You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
# 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.
3
3
4
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, although I'll be happy to accept PRs and produce releases.*
5
5
@@ -24,7 +24,7 @@ scalatest-embedded-kafka is available on Bintray and Maven Central, compiled for
24
24
25
25
### How to use
26
26
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"`
28
28
* Have your `Spec` extend the `EmbeddedKafka` trait.
29
29
* Enclose the code that needs a running instance of Kafka within the `withRunningKafka` closure.
0 commit comments