Skip to content

Commit 661aaab

Browse files
evismanub
authored andcommitted
Update version to 0.16.0 in README.md (#96)
1 parent c99ca9b commit 661aaab

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