Skip to content

Commit

Permalink
Update version in lawtesting docs (#2145)
Browse files Browse the repository at this point in the history
  • Loading branch information
Luka Jacobowitz authored Jan 9, 2018
1 parent 3774a19 commit 1a04fff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/main/tut/typeclasses/lawtesting.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ To make things easier, we'll also include the `scalacheck-shapeless` library in

```scala
libraryDependencies ++= Seq(
"org.typelevel" %% "cats-laws" % "1.0.0-RC1" % Test,
"org.typelevel" %% "cats-testkit" % "1.0.0-RC1"% Test,
"org.typelevel" %% "cats-laws" % "1.0.1" % Test,
"org.typelevel" %% "cats-testkit" % "1.0.1"% Test,
"com.github.alexarchambault" %% "scalacheck-shapeless_1.13" % "1.1.6" % Test
)
```
Expand Down

0 comments on commit 1a04fff

Please sign in to comment.