From 2d6ee731111fdba12c381090fd95519692ddb584 Mon Sep 17 00:00:00 2001 From: KAWACHI Takashi Date: Mon, 24 Apr 2023 09:30:28 +0900 Subject: [PATCH] Fix libraryDependencies on README replace `zio-interop-reactive-streams` with `zio-interop-reactivestreams` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 78d1c2d..fdcbdb2 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ This library provides an interoperability layer between ZIO and reactive streams In order to use this library, we need to add the following line in our `build.sbt` file: ```scala -libraryDependencies += "dev.zio" %% "zio-interop-reactive-streams" % "2.0.0" +libraryDependencies += "dev.zio" %% "zio-interop-reactivestreams" % "2.0.1" ``` ## Examples