From 1f89b3c3e0bb34a11caf05bcdc01747ffd58dbaf Mon Sep 17 00:00:00 2001 From: scala-steward Date: Sat, 6 May 2023 00:20:34 +0000 Subject: [PATCH] Update zio-interop-reactivestreams to 2.0.2 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 5d1d22e49c..87b33a3b2d 100644 --- a/build.sbt +++ b/build.sbt @@ -150,7 +150,7 @@ val scalaTest = libraryDependencies ++= Seq("freespec", "funsuite", "flatspec", val zio1Version = "1.0.17" val zio2Version = "2.0.13" val zio1InteropRsVersion = "1.3.12" -val zio2InteropRsVersion = "2.0.1" +val zio2InteropRsVersion = "2.0.2" val sttpModelVersion = "1.5.5" val sttpSharedVersion = "1.3.13"