Skip to content

Commit

Permalink
Merge pull request #122 from mkurz/upgrade
Browse files Browse the repository at this point in the history
Upgrade less to last version of 3.x line (3.13.1)
  • Loading branch information
mkurz authored Jan 13, 2024
2 parents d4ccd53 + b5d4a76 commit fe1a11b
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")
addSbtWeb("1.5.3")

libraryDependencies ++= Seq(
"org.webjars.npm" % "less" % "3.8.1",
"org.webjars.npm" % "less" % "3.13.1",
"org.webjars.npm" % "clone" % "2.1.2",
"org.webjars.npm" % "mkdirp" % "0.5.6",
"org.webjars.npm" % "clean-css" % "4.2.4",
Expand Down

0 comments on commit fe1a11b

Please sign in to comment.