Skip to content

Commit

Permalink
Merge pull request #1437 from peterneyens/update-version-readme-site
Browse files Browse the repository at this point in the history
Update version in readme and site index
  • Loading branch information
non authored Oct 26, 2016
2 parents 42e0599 + 342c9b0 commit 94e0de0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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

0 comments on commit 94e0de0

Please sign in to comment.