Skip to content

Commit

Permalink
Define cats version in docs with mkdocs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MateuszKubuszok committed Jun 6, 2024
1 parent 661c966 commit e00692d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/cookbook.md
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ new extension methods: `asValidatedNec`, `asValidatedNel`, `asValidatedChain` an
!!! example

```scala
//> using dep org.typelevel::cats-core::2.10.0
//> using dep org.typelevel::cats-core::{{ libraries.cats }}
//> using dep io.scalaland::chimney-cats::{{ chimney_version() }}

case class RegistrationForm(
Expand Down
1 change: 1 addition & 0 deletions docs/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ extra:
2_13: "2.13.14"
3: "3.3.3"
libraries:
cats: "2.12.0"
scala_automapper: "0.7.0"
henkan: "0.6.5"
ducktape: "0.2.0"
Expand Down

0 comments on commit e00692d

Please sign in to comment.