Skip to content

Commit

Permalink
Merge pull request #4422 from lenguyenthanh/patch-1
Browse files Browse the repository at this point in the history
Update version in readme
  • Loading branch information
armanbilge committed Apr 14, 2023
2 parents 49b7f34 + 1f23dc8 commit bcbc056
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 bcbc056

Please sign in to comment.