From f3770fe64ea9cacaa67afa11ee95e193434a1499 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Fri, 29 Nov 2019 07:50:33 +0100 Subject: [PATCH] Update zio-interop-cats to 2.0.0.0-RC10 (#97) --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 7d89811ea2..8e0b34377d 100644 --- a/build.sbt +++ b/build.sbt @@ -83,7 +83,7 @@ lazy val catsInterop = crossProject(JSPlatform, JVMPlatform) .settings(commonSettings) .settings( libraryDependencies ++= Seq( - "dev.zio" %%% "zio-interop-cats" % "2.0.0.0-RC9", + "dev.zio" %%% "zio-interop-cats" % "2.0.0.0-RC10", "org.typelevel" %%% "cats-effect" % "2.0.0" ) ) @@ -97,7 +97,7 @@ lazy val http4s = project .settings(commonSettings) .settings( libraryDependencies ++= Seq( - "dev.zio" %% "zio-interop-cats" % "2.0.0.0-RC9", + "dev.zio" %% "zio-interop-cats" % "2.0.0.0-RC10", "org.typelevel" %% "cats-effect" % "2.0.0", "org.http4s" %% "http4s-dsl" % "0.21.0-M5", "org.http4s" %% "http4s-circe" % "0.21.0-M5",