Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigogdea committed Jan 30, 2020
1 parent 95fda24 commit cc4d59d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,15 @@ resolvers += Resolver.bintrayRepo("null-vector", "releases")
```
For reactivemongo `0.18.x` use:

[ ![Download](https://api.bintray.com/packages/null-vector/releases/akka-reactivemongo-plugin/images/download.svg?version=1.2.10) ](https://bintray.com/null-vector/releases/akka-reactivemongo-plugin/1.2.10/link)
[![Download](https://api.bintray.com/packages/null-vector/releases/akka-reactivemongo-plugin/images/download.svg?version=1.2.11) ](https://bintray.com/null-vector/releases/akka-reactivemongo-plugin/1.2.11/link)

```scala
libraryDependencies += "null-vector" %% "akka-reactivemongo-plugin" % "1.2.x"
```
For reactivemongo `0.19.x` use:

[ ![Download](https://api.bintray.com/packages/null-vector/releases/akka-reactivemongo-plugin/images/download.svg?version=1.3.2) ](https://bintray.com/null-vector/releases/akka-reactivemongo-plugin/1.3.2/link)
[ ![Download](https://api.bintray.com/packages/null-vector/releases/akka-reactivemongo-plugin/images/download.svg?version=1.3.3) ](https://bintray.com/null-vector/releases/akka-reactivemongo-plugin/1.3.3/link)

```scala
libraryDependencies += "null-vector" %% "akka-reactivemongo-plugin" % "1.3.x"
```
Expand Down

0 comments on commit cc4d59d

Please sign in to comment.