Skip to content

Commit c7813e9

Browse files
committed
Updated README for new version.
1 parent 0b9865a commit c7813e9

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

66
## How to use
77

8-
NOTE - There are currently two versions: 0.2.1 has been compiled for Scala 2.11 and 0.2.2 has been compiled for Scala 2.10. I will investigate why I'm not currently able to release the same version for two different scala binaries.
8+
scalatest-embedded-kafka is available on Bintray and Maven Central, compiled for both Scala 2.10 and 2.11
99

10-
* In your `build.sbt` file add the following dependency: `"org.scalatest" %% "scalatest" % "0.2.1"` (available on Maven Central - use 0.2.2 if you're using Scala 2.10)
10+
* In your `build.sbt` file add the following dependency: `"org.scalatest" %% "scalatest" % "0.2.3"`
1111
* Have your `Spec` extend the `EmbeddedKafka` trait.
1212
* Enclose the code that needs a running instance of Kafka within the `withRunningKafka` closure.
1313

0 commit comments

Comments
 (0)