Skip to content

Commit

Permalink
Merge pull request #3 from scottkwalker/patch-1
Browse files Browse the repository at this point in the history
Correct readme
  • Loading branch information
simoncasey authored Dec 8, 2016
2 parents 03e7e3e + 142e304 commit b764e9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Add the following to your SBT build:
```scala
resolvers += Resolver.bintrayRepo("hmrc", "releases")

libraryDependencies += "uk.gov.hmrc" % "crypto" % "[INSERT-VERSION]"
libraryDependencies += "uk.gov.hmrc" %% "crypto" % "[INSERT-VERSION]"
```

## License ##
Expand Down

0 comments on commit b764e9c

Please sign in to comment.