Skip to content

Commit 1f23dc8

Browse files
Update version in readme
1 parent 49b7f34 commit 1f23dc8

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)