Skip to content

Commit

Permalink
Show Monix/Cats conflict
Browse files Browse the repository at this point in the history
See #1184
  • Loading branch information
rtyley committed Aug 12, 2021
1 parent 06fe9ec commit 98fb89e
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 @@ -165,8 +165,8 @@ lazy val catsEffect = (project in file("cats"))
"org.typelevel" %% "cats-free" % catsVersion,
"org.typelevel" %% "cats-core" % catsVersion,
"org.typelevel" %% "cats-effect" % catsEffectVersion,
"io.monix" %% "monix" % "3.4.0" % Provided,
"co.fs2" %% "fs2-core" % "2.5.6" % Provided,
"io.monix" %% "monix" % "3.4.0" , // % Provided,
"co.fs2" %% "fs2-core" % "2.5.6" , // % Provided,
"io.monix" %% "monix" % "3.4.0" % Test,
"co.fs2" %% "fs2-core" % "2.5.6" % Test,
"org.scalatest" %% "scalatest" % "3.2.9" % Test,
Expand Down

0 comments on commit 98fb89e

Please sign in to comment.