From 5d8456bdeffed87aca7663f7419fa9223bccf98d Mon Sep 17 00:00:00 2001 From: Cody Allen Date: Mon, 29 Dec 2014 11:18:44 -0500 Subject: [PATCH] Update dependency version in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index af54759..603e29d 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ Now add the Ficus dependency to your build SBT file as well: libraryDependencies += "net.ceedubs" %% "ficus" % "1.0.1" // for Scala 2.11.x -libraryDependencies += "net.ceedubs" %% "ficus" % "1.1.1" +libraryDependencies += "net.ceedubs" %% "ficus" % "1.1.2" ``` If you want to take advantage of Ficus's ability to automatically hydrate arbitrary traits and classes from configuration, you need to be on Scala version 2.10.2 or higer, because this functionality depends on implicit macros.