Skip to content

Commit

Permalink
Merge pull request #59 from scala-steward/update/uglify-js-3.19.2
Browse files Browse the repository at this point in the history
uglify-js 3.19.2 (was 3.17.4)
  • Loading branch information
mkurz authored Aug 16, 2024
2 parents 5433e9c + 654d350 commit d7844a0
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 @@ -16,7 +16,7 @@ developers += Developer(
addSbtJsEngine("1.3.9")

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

Expand Down

0 comments on commit d7844a0

Please sign in to comment.