Skip to content
This repository has been archived by the owner on Jan 13, 2025. It is now read-only.

Commit

Permalink
Update index.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jczuchnowski authored Oct 10, 2020
1 parent eabdff4 commit db8344a
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-RC9"
libraryDependencies += "dev.zio" %% "zio-nio-core" % "1.0.0-RC10"
```
or
```scala
libraryDependencies += "dev.zio" %% "zio-nio" % "1.0.0-RC9"
libraryDependencies += "dev.zio" %% "zio-nio" % "1.0.0-RC10"
```

## Main abstractions
Expand Down

0 comments on commit db8344a

Please sign in to comment.