Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandru committed Apr 18, 2018
1 parent 994cb51 commit a4468ba
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 @@ -37,7 +37,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" % "0.10" % "test"
libraryDependencies += "org.typelevel" %% "cats-effect-laws" % "1.0.0-RC" % "test"
```

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

0 comments on commit a4468ba

Please sign in to comment.