Skip to content

Commit

Permalink
Switch to npm webjars
Browse files Browse the repository at this point in the history
  • Loading branch information
mkurz committed Jan 13, 2024
1 parent 8753b73 commit 42f5763
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ addSbtJsEngine("1.3.5")
addSbtWeb("1.5.3")

libraryDependencies ++= Seq(
"org.webjars" % "less-node" % "3.8.1",
"org.webjars.npm" % "less" % "3.8.1",
"org.webjars.npm" % "clone" % "2.1.2",
"org.webjars" % "mkdirp" % "0.5.0",
"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 42f5763

Please sign in to comment.