Skip to content

Commit 46b15ae

Browse files
authored
Merge pull request #4294 from danicheg/cats-version
Keep the cats version up to date on the website
2 parents 6be9fd2 + 6ebed4b commit 46b15ae

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.7.0"
83+
libraryDependencies += "org.typelevel" %% "cats-core" % "2.8.0"
8484
```
8585

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

docs/index.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.7.0"
83+
libraryDependencies += "org.typelevel" %% "cats-core" % "@VERSION@"
8484
```
8585

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

0 commit comments

Comments
 (0)