Skip to content

Commit

Permalink
Update dependency version in README
Browse files Browse the repository at this point in the history
  • Loading branch information
ceedubs committed Dec 29, 2014
1 parent 1d5a78b commit 5d8456b
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 @@ -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.

Expand Down

0 comments on commit 5d8456b

Please sign in to comment.