Skip to content

Commit 8aba938

Browse files
authored
Merge pull request #3134 from danicheg/install-docs
Highlight Scala 3.2 usage in docs
2 parents cbbea78 + ab92b86 commit 8aba938

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

site/getstarted/install.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# Install
22

3-
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.
3+
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.
44

55
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.
66

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

99
```
10-
// available for 2.12, 2.13, 3.0
10+
// available for 2.12, 2.13, 3.2
1111
libraryDependencies += "co.fs2" %% "fs2-core" % "@VERSION@"
1212
1313
// optional I/O library

0 commit comments

Comments
 (0)