Skip to content

Commit

Permalink
Updated readme for 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jroper committed Jul 3, 2015
1 parent fa773d9 commit 168ca0a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Expand Up @@ -11,3 +11,9 @@ Currently the library contains the following tools:
* Some useful combinator style iteratees for parsing streams of character arrays
* An error reporting enumeratee for including context to error messages when using combinators
* A full JSON parser, allowing streaming parsing of JSON without writing all the JSON into memory (using a JSON enumeratee parser)

To use with Play 2.4, simply add the following library dependency to your build:

```scala
libraryDependencies += "com.typesafe.play.extras" %% "iteratees-extras" % "1.5.0"
```

0 comments on commit 168ca0a

Please sign in to comment.