Skip to content

Commit

Permalink
Updated README for 1.0.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mpilquist committed Dec 3, 2018
1 parent cf6f153 commit 172e507
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ Quick links:
* [Docs and getting help](#docs)

[microsite]: http://fs2.io/index.html
[core-api]: https://oss.sonatype.org/service/local/repositories/releases/archive/co/fs2/fs2-core_2.12/1.0.0/fs2-core_2.12-1.0.0-javadoc.jar/!/fs2/index.html
[io-api]: https://oss.sonatype.org/service/local/repositories/releases/archive/co/fs2/fs2-io_2.12/1.0.0/fs2-io_2.12-1.0.0-javadoc.jar/!/fs2/io/index.html
[rx-api]: https://oss.sonatype.org/service/local/repositories/releases/archive/co/fs2/fs2-reactive-streams_2.12/1.0.0/fs2-reactive-streams_2.12-1.0.0-javadoc.jar/!/fs2/interop/reactivestreams/index.html
[experimental-api]: https://oss.sonatype.org/service/local/repositories/releases/archive/co/fs2/fs2-experimental_2.12/1.0.0/fs2-experimental_2.12-1.0.0-javadoc.jar/!/fs2/experimental/index.html
[core-api]: https://oss.sonatype.org/service/local/repositories/releases/archive/co/fs2/fs2-core_2.12/1.0.1/fs2-core_2.12-1.0.1-javadoc.jar/!/fs2/index.html
[io-api]: https://oss.sonatype.org/service/local/repositories/releases/archive/co/fs2/fs2-io_2.12/1.0.1/fs2-io_2.12-1.0.1-javadoc.jar/!/fs2/io/index.html
[rx-api]: https://oss.sonatype.org/service/local/repositories/releases/archive/co/fs2/fs2-reactive-streams_2.12/1.0.1/fs2-reactive-streams_2.12-1.0.1-javadoc.jar/!/fs2/interop/reactivestreams/index.html
[experimental-api]: https://oss.sonatype.org/service/local/repositories/releases/archive/co/fs2/fs2-experimental_2.12/1.0.1/fs2-experimental_2.12-1.0.1-javadoc.jar/!/fs2/experimental/index.html

### <a id="about"></a>About the library ###

Expand Down Expand Up @@ -83,16 +83,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.0" // For cats 1.4.0 and cats-effect 1.0
libraryDependencies += "co.fs2" %% "fs2-core" % "1.0.1" // For cats 1.5.0 and cats-effect 1.1.0
// optional I/O library
libraryDependencies += "co.fs2" %% "fs2-io" % "1.0.0"
libraryDependencies += "co.fs2" %% "fs2-io" % "1.1.0"
// optional reactive streams interop
libraryDependencies += "co.fs2" %% "fs2-reactive-streams" % "1.0.0"
libraryDependencies += "co.fs2" %% "fs2-reactive-streams" % "1.1.0"
// optional experimental library
libraryDependencies += "co.fs2" %% "fs2-experimental" % "1.0.0"
libraryDependencies += "co.fs2" %% "fs2-experimental" % "1.1.0"
```

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

0 comments on commit 172e507

Please sign in to comment.