Skip to content

Commit

Permalink
depends on monix-eval instead of monix
Browse files Browse the repository at this point in the history
  • Loading branch information
xuwei-k committed Oct 30, 2022
1 parent 0b431d8 commit 427cb10
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.1",
libraryDependencies += "io.monix" %%% "monix-eval" % "3.4.1",
)
.settings(effSettings)
.jvmSettings(commonJvmSettings)
Expand Down

0 comments on commit 427cb10

Please sign in to comment.