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
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,9 @@ Inspired by https://github.com/chbatey/kafka-unit
5
5
6
6
## How to use
7
7
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)
9
11
* Have your `Spec` extend the `EmbeddedKafka` trait.
10
12
* Enclose the code that needs a running instance of Kafka within the `withRunningKafka` closure.
0 commit comments