Skip to content

Commit

Permalink
Merge pull request #4294 from danicheg/cats-version
Browse files Browse the repository at this point in the history
Keep the cats version up to date on the website
  • Loading branch information
armanbilge authored Sep 10, 2022
2 parents 6be9fd2 + 6ebed4b commit 46b15ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.7.0"
libraryDependencies += "org.typelevel" %% "cats-core" % "2.8.0"
```

This will pull in the cats-core module. If you require some other
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.7.0"
libraryDependencies += "org.typelevel" %% "cats-core" % "@VERSION@"
```

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

0 comments on commit 46b15ae

Please sign in to comment.