Skip to content

Commit 0561d2f

Browse files
committed
Updated README with new version
1 parent fde2a57 commit 0561d2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ 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.1"`
8+
* In your `build.sbt` file add the following dependency: `"org.scalatest" %% "scalatest" % "0.2.2"` (available on Maven Central)
99
* Have your `Spec` extend the `EmbeddedKafka` trait.
1010
* Enclose the code that needs a running instance of Kafka within the `withRunningKafka` closure.
1111

0 commit comments

Comments
 (0)