Skip to content

Commit

Permalink
Merge pull request #123 from mkurz/upgrade
Browse files Browse the repository at this point in the history
Upgrade to latest less 4.2.0
  • Loading branch information
mkurz authored Jan 13, 2024
2 parents fe1a11b + 4f3013a commit 48f3fb8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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.13.1",
"org.webjars.npm" % "less" % "4.2.0",
"org.webjars.npm" % "clone" % "2.1.2",
"org.webjars.npm" % "mkdirp" % "0.5.6",
"org.webjars.npm" % "clean-css" % "4.2.4",
Expand Down
2 changes: 1 addition & 1 deletion sbt-less-plugin-tester/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ lazy val root = (project in file(".")).enablePlugins(SbtWeb)

//JsEngineKeys.engineType := JsEngineKeys.EngineType.Node

libraryDependencies += "org.webjars" % "bootstrap" % "3.0.2"
libraryDependencies += "org.webjars" % "bootstrap" % "3.4.1"

Assets / LessKeys.compress := false

Expand Down
2 changes: 1 addition & 1 deletion src/sbt-test/sbt-less-plugin/bootstrap/build.sbt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
lazy val root = (project in file(".")).enablePlugins(SbtWeb)

libraryDependencies += "org.webjars" % "bootstrap" % "3.0.2"
libraryDependencies += "org.webjars" % "bootstrap" % "3.4.1"

0 comments on commit 48f3fb8

Please sign in to comment.