From c4a182277dc312e4e6d7935291cf14e1c1d8d2dc Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 21 Apr 2022 19:43:39 +0200 Subject: [PATCH] Update zio-interop-reactivestreams to 1.3.10 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index f8867b152f..cea15bb56e 100644 --- a/build.sbt +++ b/build.sbt @@ -145,7 +145,7 @@ val scalaTest = libraryDependencies ++= Seq("freespec", "funsuite", "flatspec", val zio1Version = "1.0.14" val zio2Version = "2.0.0-RC5" -val zio1InteropRsVersion = "1.3.9" +val zio1InteropRsVersion = "1.3.10" val zio2InteropRsVersion = "2.0.0-RC6" val sttpModelVersion = "1.4.25"