Skip to content

Commit

Permalink
latest stable version is 7.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
xuwei-k committed Jun 14, 2016
1 parent 27a7449 commit ed5a71f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Expand Up @@ -10,19 +10,19 @@ a large number of data structures.

## Getting Scalaz

The current stable version is 7.2.3, which is cross-built against Scala 2.10.x and 2.11.x.
The current stable version is 7.2.4, which is cross-built against Scala 2.10.x and 2.11.x.

If you're using SBT, add the following line to your build file:

```scala
libraryDependencies += "org.scalaz" %% "scalaz-core" % "7.2.3"
libraryDependencies += "org.scalaz" %% "scalaz-core" % "7.2.4"
```

For Maven and other build tools, you can visit [search.maven.org](http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.scalaz%22%20AND%20v%3A%227.2.3%22).
For Maven and other build tools, you can visit [search.maven.org](http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.scalaz%22%20AND%20v%3A%227.2.4%22).
(This search will also list all available modules of scalaz.)

To get sample configurations, click on the version of the module you are interested in.
You can also find direct download links at the bottom of that page. Choose the file ending in `7.2.3.jar`.
You can also find direct download links at the bottom of that page. Choose the file ending in `7.2.4.jar`.

## Quick Start

Expand Down

0 comments on commit ed5a71f

Please sign in to comment.