Skip to content
This repository has been archived by the owner on Mar 15, 2021. It is now read-only.

Commit

Permalink
add Java and Play compatible versions
Browse files Browse the repository at this point in the history
  • Loading branch information
duncancrawford committed Sep 14, 2015
1 parent dd476a7 commit 97446a9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,11 @@ Include the following dependency in your SBT build
```scala
resolvers += Resolver.bintrayRepo("hmrc", "releases")

libraryDependencies += "uk.gov.hmrc" %% "play-reactivemongo" % "x.x.x"
libraryDependencies += "uk.gov.hmrc" %% "play-reactivemongo" % "[INSERT_VERSION]"
```

*For Java 7 and Play 2.3.x use versions >=4.3.0*

## License ##

This code is open source software licensed under the [Apache 2.0 License]("http://www.apache.org/licenses/LICENSE-2.0.html").

0 comments on commit 97446a9

Please sign in to comment.