Files
KnockOutWhist-Web/project/plugins.sbt
LQ63 365f9757a2 feat(ui): LESS Integration
Tried to add less integration but came to the problem that node.js is needed for it to work
2025-10-27 22:01:55 +01:00

9 lines
363 B
Scala

addSbtPlugin("org.playframework" % "sbt-plugin" % "3.0.9")
addSbtPlugin("org.foundweekends.giter8" % "sbt-giter8-scaffold" % "0.18.0")
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.2.1")
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.3.0")
addSbtPlugin("org.scoverage" % "sbt-coveralls" % "1.3.1")
addSbtPlugin("com.github.sbt" % "sbt-less" % "2.0.1")