implicit.ly

Scala software, hot off the presses

« Back to blog

Scalaz 6.0.4

Scalaz 6.0.4 is now available. Scalaz is a library to support functional programming in Scala.

Artifacts are cross built for Scala 2.8.1, 2.9.0-1, 2.9.1, and 2.10.0-M1 and are published to Scala Tools.
This release fixes a few bugs, including a critical bug in scalaz.concurrent.Actor, and adds a some new features. For more details, see the release notes and commit log, and the ScalaDoc (including links to source).
While most of the library will be binary compatible with 6.0.3, we recommend that you recompile your programs with the new release.

- The Scalaz Team

PS. Scalaz 7 is currently in development. It's a rewrite to address the challenges posed by type class inheritance. We're hoping that 7.0 will be ready around April.