Skip to content

Commit 8d62ccf

Browse files
committed
Updated README to explain two different versions for two different scala binaries
1 parent 9e5f2c8 commit 8d62ccf

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ Inspired by https://github.com/chbatey/kafka-unit
55

66
## How to use
77

8-
* In your `build.sbt` file add the following dependency: `"org.scalatest" %% "scalatest" % "0.2.2"` (available on Maven Central)
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.
9+
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)
911
* Have your `Spec` extend the `EmbeddedKafka` trait.
1012
* Enclose the code that needs a running instance of Kafka within the `withRunningKafka` closure.
1113

0 commit comments

Comments
 (0)