Skip to content

Commit

Permalink
Change version to 1.4.0
Browse files Browse the repository at this point in the history
The release of the library is 1.4.0 instead of 1.3.0 as per https://mvnrepository.com/artifact/org.typelevel/cats-mtl
  • Loading branch information
ChidiRnweke authored Apr 8, 2024
1 parent 5729e29 commit b633f0c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ without implicit ambiguity, unlike in pre-1.0.0 cats or Scalaz 7.
## Usage

```scala
libraryDependencies += "org.typelevel" %% "cats-mtl" % "1.3.0"
libraryDependencies += "org.typelevel" %% "cats-mtl" % "1.4.0"
```

If your project uses ScalaJS, replace the double-`%` with a triple. Note that **cats-mtl** has an upstream dependency on **cats-core** version 2.x.
Expand All @@ -34,7 +34,7 @@ If you're not sure where to start or what Cats MTL even is, please refer to the
The **cats-mtl-laws** artifact provides [Discipline-style](https://github.com/typelevel/discipline) laws for all of the type classes defined in cats-mtl. 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-mtl/tree/main/laws/src/main/scala/cats/mtl/laws) for more.

```scala
libraryDependencies += "org.typelevel" %% "cats-mtl-laws" % "1.3.0" % Test
libraryDependencies += "org.typelevel" %% "cats-mtl-laws" % "1.4.0" % Test
```

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

0 comments on commit b633f0c

Please sign in to comment.