diff options
-rw-r--r-- | build.sbt | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -28,7 +28,7 @@ lazy val core = (project in file("core")) // Monix libraryDependencies ++= Seq( - "io.monix" %% "monix-reactive" % "2.3.0", + "io.monix" %% "monix-reactive" % "2.3.3", ), // Minitest |