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