Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update version in readme and site index #1437

Merged
merged 1 commit into from
Oct 26, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ standard library. Cats augments the standard library with tools that further ena

### Getting Started

Cats is currently available for Scala 2.10 and 2.11, and [Scala.js](http://www.scala-js.org/).
Cats is currently available for Scala 2.10, 2.11 and 2.12, and [Scala.js](http://www.scala-js.org/).

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

```scala
libraryDependencies += "org.typelevel" %% "cats" % "0.7.2"
libraryDependencies += "org.typelevel" %% "cats" % "0.8.0"
```

This will pull in all of Cats' modules. If you only require some
Expand Down
2 changes: 1 addition & 1 deletion docs/src/main/tut/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ The name is a playful shortening of the word *category*.
### <a name="getting-started" href="#getting-started"></a>Getting Started


Cats is currently available for Scala 2.10 and 2.11.
Cats is currently available for Scala 2.10, 2.11 and 2.12.

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

Expand Down