Skip to content

Commit

Permalink
Fix libraryDependencies version in readme. (#105)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikla authored and kailuowang committed Sep 7, 2018
1 parent 67cd583 commit 533a5e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ It is available for Scala 2.11 and 2.12, and Scala.js.
To get started with SBT, simply add the following to your build.sbt file:

```Scala
libraryDependencies += "org.typelevel" %% "kittens" % "1.1.0"
libraryDependencies += "org.typelevel" %% "kittens" % "1.1.1"
```

[![Build Status](https://api.travis-ci.org/typelevel/kittens.png?branch=master)](https://travis-ci.org/typelevel/kittens)
Expand Down

0 comments on commit 533a5e1

Please sign in to comment.