Skip to content

Commit

Permalink
Update version in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
lenguyenthanh authored Apr 14, 2023
1 parent 49b7f34 commit 1f23dc8
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 @@ -80,7 +80,7 @@ scalacOptions += "-Ypartial-unification"
And then create the Cats dependency, by adding the following to your `build.sbt`:

```scala
libraryDependencies += "org.typelevel" %% "cats-core" % "2.8.0"
libraryDependencies += "org.typelevel" %% "cats-core" % "2.9.0"
```

This will pull in the cats-core module. If you require some other
Expand Down

0 comments on commit 1f23dc8

Please sign in to comment.