Skip to content

Commit

Permalink
Update monix to 3.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored and xuwei-k committed May 8, 2022
1 parent c0229b7 commit 5066700
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 @@ -82,7 +82,7 @@ lazy val monix = crossProject(JSPlatform, JVMPlatform)
.settings(moduleName := "eff-monix")
.dependsOn(core % "test->test;compile->compile")
.settings(
libraryDependencies += "io.monix" %%% "monix" % "3.4.0",
libraryDependencies += "io.monix" %%% "monix" % "3.4.1",
)
.settings(effSettings)
.jvmSettings(commonJvmSettings)
Expand Down

0 comments on commit 5066700

Please sign in to comment.