diff --git a/README.md b/README.md index dd7ea0154d..bfdf0777dd 100644 --- a/README.md +++ b/README.md @@ -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