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
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,9 +5,9 @@ Inspired by https://github.com/chbatey/kafka-unit
5
5
6
6
## How to use
7
7
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
9
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)
10
+
* In your `build.sbt` file add the following dependency: `"org.scalatest" %% "scalatest" % "0.2.3"`
11
11
* Have your `Spec` extend the `EmbeddedKafka` trait.
12
12
* Enclose the code that needs a running instance of Kafka within the `withRunningKafka` closure.
0 commit comments