Skip to content
This repository has been archived by the owner on Jan 13, 2025. It is now read-only.

Commit

Permalink
Update monix to 3.2.1 (#119)
Browse files Browse the repository at this point in the history
Co-authored-by: Dejan Mijić <dmijic@acm.org>
  • Loading branch information
scala-steward and mijicd authored May 5, 2020
1 parent 8ad1849 commit 684ab73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ lazy val interopMonix = crossProject(JSPlatform, JVMPlatform)
.settings(buildInfoSettings)
.settings(
libraryDependencies ++= Seq(
"io.monix" %%% "monix" % "3.1.0",
"io.monix" %%% "monix" % "3.2.1",
"dev.zio" %%% "zio" % "1.0.0-RC18-2",
"dev.zio" %%% "zio-test" % "1.0.0-RC18-2",
"dev.zio" %% "zio-test-sbt" % "1.0.0-RC18-2" % "test"
Expand Down

0 comments on commit 684ab73

Please sign in to comment.