Skip to content

Commit

Permalink
Update README.md to contain information about all current releases.
Browse files Browse the repository at this point in the history
  • Loading branch information
scottcarey committed Apr 18, 2016
1 parent 28dc410 commit 98666f2
Showing 1 changed file with 17 additions and 3 deletions.
20 changes: 17 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,27 @@ If you want to be able to use snapshot releases, replace `releases` with `snapsh
libraryDependencies += "org.scalaz.netty" %% "scalaz-netty" % "0.3.2"
```

Builds are published for Scala 2.11.8. The latest stable release is **0.3.2**. The upstream dependencies for this project include the following:
Builds are published for Scala 2.11.8. The latest stable releases are **0.3.2**, **0.3.2a**, **0.3**, and **0.3a**.

Versions that end in 'a' in the 0.3.x series use scalaz 7.2.x, versions without use scalaz 7.1.x.

The 0.3.2 versions contain one additional feature over the 0.3, https://github.com/RichRelevance/scalaz-netty/pull/28, which has only been tested on Linux and may not work elsewhere.

The upstream dependencies for this project include the following:

- scalaz 7.1.7
- scalaz-stream 0.8
- scodec-bits 1.0.12
- netty 4.0.36.Final

For version 0.3 and 0.3.2:

- scalaz 7.1.7
- scalaz-stream 0.8

And for version 0.3a and 0.3.2a:

- scalaz 7.2.2
- scalaz-stream 0.8a

Snapshot releases follow the version scheme `master-<sha1>`, where the "`sha1`" component is the Git commit that was snapshotted. Not all commits will have corresponding snapshot releases. You can browse the list of snapshot releases [on bintray](https://bintray.com/rr/snapshots/scalaz-netty/view).

## Example
Expand Down

0 comments on commit 98666f2

Please sign in to comment.