From 1f06c536c8ebde08466678572fe760c72a85c9d6 Mon Sep 17 00:00:00 2001 From: Rohan Sircar Date: Thu, 17 Dec 2020 12:18:16 +0530 Subject: [PATCH] Updated monix version to 3.3.0 (was 3.2.2) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 2c76210..2eaaceb 100644 --- a/build.sbt +++ b/build.sbt @@ -16,7 +16,7 @@ enablePlugins(JavaFxPlugin) libraryDependencies ++= Seq( "org.typelevel" %% "cats-core" % "2.1.1", "org.typelevel" %% "cats-effect" % "2.1.4", - "io.monix" %% "monix" % "3.2.2", + "io.monix" %% "monix" % "3.3.0", "io.monix" %% "monix-bio" % "1.1.0", "io.circe" %% "circe-core" % "0.13.0", "io.circe" %% "circe-generic" % "0.13.0",