Skip to content

Commit

Permalink
Merge pull request #104 from chungonn/master
Browse files Browse the repository at this point in the history
Reraise PR for update in less-node to 3.8.1
  • Loading branch information
mkurz authored Jan 13, 2024
2 parents 855d8d5 + 42f5763 commit d4ccd53
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,12 @@ addSbtJsEngine("1.3.5")
addSbtWeb("1.5.3")

libraryDependencies ++= Seq(
"org.webjars" % "less-node" % "2.7.2-1",
"org.webjars" % "mkdirp" % "0.5.0",
"org.webjars.npm" % "less" % "3.8.1",
"org.webjars.npm" % "clone" % "2.1.2",
"org.webjars.npm" % "mkdirp" % "0.5.6",
"org.webjars.npm" % "clean-css" % "4.2.4",
"org.webjars.npm" % "less-plugin-clean-css" % "1.5.1" intransitive(),
"org.webjars" % "es6-promise-node" % "4.2.8"
"org.webjars.npm" % "es6-promise" % "4.2.8"
)

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

0 comments on commit d4ccd53

Please sign in to comment.