Skip to content

Commit

Permalink
Merge pull request #37 from scala-steward/update/monix-2.3.3
Browse files Browse the repository at this point in the history
Update monix to 2.3.3
  • Loading branch information
mkurz authored Jan 11, 2024
2 parents 02f0e99 + 9ac8845 commit c7747db
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 @@ -4,7 +4,7 @@ description := "sbt-web plugin for minifying JavaScript files"
addSbtJsEngine("1.2.2")
libraryDependencies ++= Seq(
"org.webjars.npm" % "uglify-js" % "2.8.14",
"io.monix" %% "monix" % "2.3.0"
"io.monix" %% "monix" % "2.3.3"
)

//scriptedBufferLog := false

0 comments on commit c7747db

Please sign in to comment.