Skip to content

Commit

Permalink
Merge pull request #114 from scala-steward/update/clean-css-4.2.4
Browse files Browse the repository at this point in the history
Update clean-css to 4.2.4
  • Loading branch information
mkurz authored Jan 13, 2024
2 parents 38cd67a + bb658ef commit 7f92e7f
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 @@ -19,7 +19,7 @@ addSbtWeb("1.5.3")
libraryDependencies ++= Seq(
"org.webjars" % "less-node" % "2.7.2-1",
"org.webjars" % "mkdirp" % "0.5.0",
"org.webjars.npm" % "clean-css" % "4.0.5",
"org.webjars.npm" % "clean-css" % "4.2.4",
"org.webjars.npm" % "less-plugin-clean-css" % "1.5.1" intransitive(),
"org.webjars" % "es6-promise-node" % "2.1.1"
)
Expand Down

0 comments on commit 7f92e7f

Please sign in to comment.