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 committed Jan 13, 2024
1 parent 62b82ac commit 826c114
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 @@ -17,7 +17,7 @@ addSbtJsEngine("1.3.5")

libraryDependencies ++= Seq(
"org.webjars.npm" % "uglify-js" % "3.16.3",
"io.monix" %% "monix" % "2.3.3"
"io.monix" %% "monix" % "3.4.1"
)

// Customise sbt-dynver's behaviour to make it work with tags which aren't v-prefixed
Expand Down

0 comments on commit 826c114

Please sign in to comment.