Skip to content

Commit 138da0f

Browse files
committed
Updated README.md
1 parent 8a5b928 commit 138da0f

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
@@ -24,7 +24,7 @@ scalatest-embedded-kafka is available on Bintray and Maven Central, compiled for
2424

2525
### How to use
2626

27-
* In your `build.sbt` file add the following dependency: `"net.manub" %% "scalatest-embedded-kafka" % "0.12.0" % "test"`
27+
* In your `build.sbt` file add the following dependency: `"net.manub" %% "scalatest-embedded-kafka" % "0.13.0" % "test"`
2828
* Have your `Spec` extend the `EmbeddedKafka` trait.
2929
* Enclose the code that needs a running instance of Kafka within the `withRunningKafka` closure.
3030
```scala

0 commit comments

Comments
 (0)