aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--build.sbt2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sbt b/build.sbt
index bcc91b7..7b452a8 100644
--- a/build.sbt
+++ b/build.sbt
@@ -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