diff --git a/build.sbt b/build.sbt index 0aa4797fb..2e4cbfe22 100644 --- a/build.sbt +++ b/build.sbt @@ -63,7 +63,7 @@ val configDependencies = Seq( ) val baseDependencies = Seq( - "io.monix" %% "monix" % "3.3.0", + "io.monix" %% "monix" % "3.4.0", "com.softwaremill.common" %% "tagging" % "2.3.0", "com.softwaremill.quicklens" %% "quicklens" % "1.7.1" )