Skip to content

Commit 4baa3d5

Browse files
committed
Fixed wrong dependency in README
1 parent c4be7a4 commit 4baa3d5

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

88
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.3.0"`
10+
* In your `build.sbt` file add the following dependency: `"net.manub" %% "scalatest-embedded-kafka" % "0.3.0" % "test"`
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)