diff options
author | Matthias Andreas Benkard <code@mail.matthias.benkard.de> | 2018-01-28 11:34:10 +0100 |
---|---|---|
committer | Matthias Andreas Benkard <code@mail.matthias.benkard.de> | 2018-01-28 12:05:32 +0100 |
commit | b760cb6c2fc2cd7955bf481e0045da457959bc4c (patch) | |
tree | 1cad38941182c7a05150dd297265d690f272bfcd | |
parent | c59facbbe492fff5407f0712a448c74ec3bfee17 (diff) |
Make dependencies more precise.
-rw-r--r-- | build.sbt | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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 |