From 142e304bc586778622674e3569caf5a8ea72225e Mon Sep 17 00:00:00 2001 From: Scott Walker Date: Wed, 7 Dec 2016 15:29:48 +0000 Subject: [PATCH] Correct readme you need two percentage signs to pick up the correct Scala version of the artefact --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b80a0b5..c6dbda8 100644 --- a/README.md +++ b/README.md @@ -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 ##