Browse Source

Updated monix version to 3.3.0 (was 3.2.2)

master
Rohan Sircar 3 years ago
parent
commit
1f06c536c8
  1. 2
      build.sbt

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

Loading…
Cancel
Save