From db8344a7b6530cb176e9bc2d46ae87cfd26c4748 Mon Sep 17 00:00:00 2001 From: Jakub Czuchnowski Date: Sat, 10 Oct 2020 19:01:18 +0200 Subject: [PATCH] Update index.md --- docs/essentials/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/essentials/index.md b/docs/essentials/index.md index 1d5057b4..99f8cbac 100644 --- a/docs/essentials/index.md +++ b/docs/essentials/index.md @@ -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