Skip to content

Commit

Permalink
Update zio-interop-cats to 2.0.0.0-RC10 (#97)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored and ghostdogpr committed Nov 29, 2019
1 parent 844bd24 commit f3770fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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"
)
)
Expand All @@ -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",
Expand Down

0 comments on commit f3770fe

Please sign in to comment.