From bdb65174464d6bd9b8772dd6c431b37162fee522 Mon Sep 17 00:00:00 2001 From: ncreep Date: Thu, 9 Jun 2016 11:19:25 +0300 Subject: [PATCH] Fix compiler plugin instruction in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c996daa..145097f 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Be aware: Collections (List, Seq, etc.) are compared like sets, i.e. ignoring or ```scala "ai.x" %% "diff" % "1.0.2" -compilerPlugin("org.scalamacros" % "paradise" % "2.1.0" cross CrossVersion.full) +addCompilerPlugin("org.scalamacros" % "paradise" % "2.1.0" cross CrossVersion.full) ``` ### Usage