Skip to content

Commit

Permalink
0.7.0 in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
vigoo committed May 22, 2021
1 parent 945312c commit 2a7da7a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion docs/docs/docs/fs2/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,13 @@ title: Getting started
First add one of the `prox` interfaces as a dependency:

```sbt
libraryDependencies += "io.github.vigoo" %% "prox-fs2" % "0.6.0"
libraryDependencies += "io.github.vigoo" %% "prox-fs2" % "0.7.0"
```

or for Cats Effect 3.x / FS2 3.x:

```sbt
libraryDependencies += "io.github.vigoo" %% "prox-fs2-3" % "0.7.0"
```

and, assuming that we have a long living `Blocker` thread pool defined already, we can create
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/docs/zstream/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ title: Getting started
First add one of the `prox` interfaces as a dependency:

```sbt
libraryDependencies += "io.github.vigoo" %% "prox-zstream" % "0.6.0"
libraryDependencies += "io.github.vigoo" %% "prox-zstream" % "0.7.0"
```

and import the ZIO specific API from:
Expand Down

0 comments on commit 2a7da7a

Please sign in to comment.