Skip to content

Commit

Permalink
Merge pull request #1048 from non/topic/update-versions-0.6.0
Browse files Browse the repository at this point in the history
Bump versions from 0.5.0 to 0.6.0.
  • Loading branch information
ceedubs committed May 20, 2016
2 parents aa09723 + 79dd3e9 commit d169c4f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,16 @@ To get started with SBT, simply add the following to your `build.sbt`
file:

```scala
libraryDependencies += "org.typelevel" %% "cats" % "0.5.0"
libraryDependencies += "org.typelevel" %% "cats" % "0.6.0"
```

This will pull in all of Cats' modules. If you only require some
functionality, you can pick-and-choose from amongst these modules
(used in place of `"cats"`):

* `cats-macros`: Macros used by Cats syntax (*required*).
* `cats-core`: Core type classes and functionality (*required*).
* `cats-kernel`: Small set of basic type classes (*required*).
* `cats-core`: Most core type classes and functionality (*required*).
* `cats-laws`: Laws for testing type class instances.
* `cats-free`: Free structures such as the free monad, and supporting type classes.

Expand Down
5 changes: 3 additions & 2 deletions docs/src/site/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,15 @@ Cats is currently available for Scala 2.10 and 2.11.

To get started with SBT, simply add the following to your build.sbt file:

libraryDependencies += "org.typelevel" %% "cats" % "0.5.0"
libraryDependencies += "org.typelevel" %% "cats" % "0.6.0"

This will pull in all of Cats' modules. If you only require some
functionality, you can pick-and-choose from amongst these modules
(used in place of `"cats"`):

* `cats-macros`: Macros used by Cats syntax (*required*).
* `cats-core`: Core type classes and functionality (*required*).
* `cats-kernel`: Small set of basic type classes (*required*).
* `cats-core`: Most core type classes and functionality (*required*).
* `cats-laws`: Laws for testing type class instances.
* `cats-free`: Free structures such as the free monad, and supporting type classes.

Expand Down

0 comments on commit d169c4f

Please sign in to comment.