aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--build.sbt3
1 files changed, 1 insertions, 2 deletions
diff --git a/build.sbt b/build.sbt
index b3081d0..e33f21c 100644
--- a/build.sbt
+++ b/build.sbt
@@ -27,8 +27,7 @@ lazy val core = (project in file("core"))
// Monix
libraryDependencies ++= Seq(
- "io.monix" %% "monix" % "2.3.0",
- "io.monix" %% "monix-cats" % "2.3.0",
+ "io.monix" %% "monix-reactive" % "2.3.0",
),
// Minitest