Skip to content

Commit bcbc056

Browse files
authored
Merge pull request #4422 from lenguyenthanh/patch-1
Update version in readme
2 parents 49b7f34 + 1f23dc8 commit bcbc056

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ scalacOptions += "-Ypartial-unification"
8080
And then create the Cats dependency, by adding the following to your `build.sbt`:
8181

8282
```scala
83-
libraryDependencies += "org.typelevel" %% "cats-core" % "2.8.0"
83+
libraryDependencies += "org.typelevel" %% "cats-core" % "2.9.0"
8484
```
8585

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

0 commit comments

Comments
 (0)