Skip to content

Commit

Permalink
Upgrade interop-cats
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre Ricadat committed Oct 31, 2019
1 parent 378b8b7 commit 0700524
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ lazy val catsInterop = crossProject(JSPlatform, JVMPlatform)
.settings(commonSettings)
.settings(
libraryDependencies ++= Seq(
"dev.zio" %%% "zio-interop-cats" % "2.0.0.0-RC6",
"dev.zio" %%% "zio-interop-cats" % "2.0.0.0-RC7",
"org.typelevel" %%% "cats-effect" % "2.0.0"
)
)
Expand All @@ -96,7 +96,7 @@ lazy val http4s = project
.settings(commonSettings)
.settings(
libraryDependencies ++= Seq(
"dev.zio" %% "zio-interop-cats" % "2.0.0.0-RC6",
"dev.zio" %% "zio-interop-cats" % "2.0.0.0-RC7",
"org.typelevel" %% "cats-effect" % "2.0.0",
"org.http4s" %% "http4s-dsl" % "0.21.0-M5",
"org.http4s" %% "http4s-circe" % "0.21.0-M5",
Expand All @@ -109,7 +109,7 @@ lazy val http4s = project
)
)
)
.dependsOn(coreJVM, catsInteropJVM)
.dependsOn(coreJVM)

lazy val examples = project
.in(file("examples"))
Expand Down

0 comments on commit 0700524

Please sign in to comment.