Skip to content

Commit

Permalink
Merge pull request #3134 from danicheg/install-docs
Browse files Browse the repository at this point in the history
Highlight Scala 3.2 usage in docs
  • Loading branch information
mpilquist authored Feb 8, 2023
2 parents cbbea78 + ab92b86 commit 8aba938
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions site/getstarted/install.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# Install

The latest version for Cats Effect 3 is `@VERSION@`, which supports Cats Effect 3 and is cross built for Scala 2.12, 2.13, and 3.0.
The latest version for Cats Effect 3 is `@VERSION@`, which supports Cats Effect 3 and is cross built for Scala 2.12, 2.13, and 3.2.

The latest version for Cats Effect 2 is `2.5.10`, which supports Cats Effect 2 and is similarly cross built for various Scala versions.

### Dependencies <!-- {docsify-ignore} -->

```
// available for 2.12, 2.13, 3.0
// available for 2.12, 2.13, 3.2
libraryDependencies += "co.fs2" %% "fs2-core" % "@VERSION@"
// optional I/O library
Expand Down

0 comments on commit 8aba938

Please sign in to comment.