From 5dd4099fc893dd5927d73a40bfc03a78d36a830b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 30 Aug 2023 06:32:24 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1dbaf81..561c22c 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ This library provides interoperability between **Monix 3.4** and **ZIO 1 and ZIO In order to use this library, we need to add the following line in our `build.sbt` file: ```scala -libraryDependencies += "dev.zio" %% "zio-interop-monix" % "3.4.2.1.1" +libraryDependencies += "dev.zio" %% "zio-interop-monix" % "3.4.2.1.2" ``` ## Tasks