From d71f29cb26b948f59474c4341b0695e5144b9918 Mon Sep 17 00:00:00 2001 From: peterneyens Date: Wed, 26 Oct 2016 23:32:00 +0200 Subject: [PATCH] Update version on index Seems I somehow forgot to actually change the version on the index page in #1437. --- docs/src/main/tut/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/main/tut/index.md b/docs/src/main/tut/index.md index fa06a47754..8df91f62e7 100644 --- a/docs/src/main/tut/index.md +++ b/docs/src/main/tut/index.md @@ -21,7 +21,7 @@ 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: - 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 functionality, you can pick-and-choose from amongst these modules