Skip to content

Commit

Permalink
fix readme for correct library versions in example
Browse files Browse the repository at this point in the history
  • Loading branch information
visox committed Jan 7, 2019
1 parent 2f4ae3c commit 860b97c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,16 +38,16 @@ summarizes the differences between 1.0 and 0.10. To get 1.0.x, add the following

```
// available for Scala 2.11, 2.12
libraryDependencies += "co.fs2" %% "fs2-core" % "1.0.1" // For cats 1.5.0 and cats-effect 1.1.0
libraryDependencies += "co.fs2" %% "fs2-core" % "1.0.2" // For cats 1.5.0 and cats-effect 1.1.0
// optional I/O library
libraryDependencies += "co.fs2" %% "fs2-io" % "1.1.0"
libraryDependencies += "co.fs2" %% "fs2-io" % "1.0.2"
// optional reactive streams interop
libraryDependencies += "co.fs2" %% "fs2-reactive-streams" % "1.1.0"
libraryDependencies += "co.fs2" %% "fs2-reactive-streams" % "1.0.2"
// optional experimental library
libraryDependencies += "co.fs2" %% "fs2-experimental" % "1.1.0"
libraryDependencies += "co.fs2" %% "fs2-experimental" % "1.0.2"
```

The previous stable release is 0.10.6. You may want to first
Expand Down

0 comments on commit 860b97c

Please sign in to comment.