Skip to content

Commit

Permalink
Update version to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandru committed Dec 2, 2018
1 parent 7bbb42c commit ce68980
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ In this way, `IO` is more similar to common `Task` implementations than it is to

Versions of Cats Effect:

- Stable: `1.0.0`
- Stable: `1.1.0`

See [compatibility and versioning](https://github.com/typelevel/cats-effect/blob/master/versioning.md) for more information on our compatibility and semantic versioning policies.

```sbt
libraryDependencies += "org.typelevel" %% "cats-effect" % "1.0.0"
libraryDependencies += "org.typelevel" %% "cats-effect" % "1.1.0"
```

Cats Effect relies on improved type inference and needs partial unification enabled as described in the cats [Getting Started](https://github.com/typelevel/cats#getting-started) documentation.
Expand All @@ -38,7 +38,7 @@ Please see [this document](https://github.com/typelevel/cats-effect/blob/master/
The **cats-effect-laws** artifact provides [Discipline-style](https://github.com/typelevel/discipline) laws for the `Sync`, `Async`, `Concurrent`, `Effect` and `ConcurrentEffect` typeclasses (`LiftIO` is lawless, but highly parametric). It is relatively easy to use these laws to test your own implementations of these typeclasses. Take a look [here](https://github.com/typelevel/cats-effect/tree/master/laws/shared/src/main/scala/cats/effect/laws) for more.

```sbt
libraryDependencies += "org.typelevel" %% "cats-effect-laws" % "1.0.0" % "test"
libraryDependencies += "org.typelevel" %% "cats-effect-laws" % "1.1.0" % "test"
```

These laws are compatible with both Specs2 and ScalaTest.
Expand Down

0 comments on commit ce68980

Please sign in to comment.