Skip to content
This repository was archived by the owner on Jun 9, 2020. It is now read-only.

Commit 50febd3

Browse files
authored
Update README.md
1 parent ad754a8 commit 50febd3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ Important: FS2 0.10+ has a direct dependency on Cats and Cats Effect so this lib
1616
### <a id="getit"></a> Where to get the latest version ###
1717

1818
```scala
19-
// Available for Scala 2.11.11 / 2.12.3 + Cats 1.0.0-MF + FS2 0.9
19+
// Available for Scala 2.11.11 / 2.12.3 + Cats 1.0.0-MF + Cats Effect 0.4 + FS2 0.9
2020
libraryDependencies += "co.fs2" %% "fs2-cats" % "0.4.0"
2121

22-
// Available for Scala 2.11.8 / 2.12.1 + Cats 0.9.0
22+
// Available for Scala 2.11.8 / 2.12.1 + Cats 0.9.0 + FS2 0.9
2323
libraryDependencies += "co.fs2" %% "fs2-cats" % "0.3.0"
2424

25-
// Available for Scala 2.11.8 / 2.12.0 + Cats 0.8.1
25+
// Available for Scala 2.11.8 / 2.12.0 + Cats 0.8.1 + FS2 0.9
2626
libraryDependencies += "co.fs2" %% "fs2-cats" % "0.2.0"
2727
```
2828

0 commit comments

Comments
 (0)