From b760cb6c2fc2cd7955bf481e0045da457959bc4c Mon Sep 17 00:00:00 2001 From: Matthias Andreas Benkard Date: Sun, 28 Jan 2018 11:34:10 +0100 Subject: Make dependencies more precise. --- build.sbt | 3 +-- 1 file changed, 1 insertion(+), 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 -- cgit v1.2.3