Skip to content

Commit

Permalink
bump up ZIO-NIO version in docs (#241)
Browse files Browse the repository at this point in the history
  • Loading branch information
jczuchnowski authored Aug 4, 2020
1 parent d6e06d7 commit 06e9738
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/essentials/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ def apply(): Managed[Exception, AsynchronousSocketChannel]
`ZIO-NIO` is available via maven repo. Add this to your dependencies in `sbt`:

```scala
libraryDependencies += "dev.zio" %% "zio-nio-core" % "1.0.0-RC6"
libraryDependencies += "dev.zio" %% "zio-nio-core" % "1.0.0-RC9"
```
or
```scala
libraryDependencies += "dev.zio" %% "zio-nio" % "1.0.0-RC6"
libraryDependencies += "dev.zio" %% "zio-nio" % "1.0.0-RC9"
```

## Main abstractions
Expand Down

0 comments on commit 06e9738

Please sign in to comment.