We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 49b7f34 + 1f23dc8 commit bcbc056Copy full SHA for bcbc056
README.md
@@ -80,7 +80,7 @@ scalacOptions += "-Ypartial-unification"
80
And then create the Cats dependency, by adding the following to your `build.sbt`:
81
82
```scala
83
-libraryDependencies += "org.typelevel" %% "cats-core" % "2.8.0"
+libraryDependencies += "org.typelevel" %% "cats-core" % "2.9.0"
84
```
85
86
This will pull in the cats-core module. If you require some other
0 commit comments