From 1f23dc81f6906179e998b437021e1b2fb559c535 Mon Sep 17 00:00:00 2001 From: Thanh Le Date: Fri, 14 Apr 2023 23:26:09 +0200 Subject: [PATCH] Update version in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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