Updated monix version to 3.3.0 (was 3.2.2)

This commit is contained in:
Rohan Sircar 2020-12-17 12:18:16 +05:30
parent 8f1fe0cc84
commit 1f06c536c8

View File

@ -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",