#15-Create-a-default-theme-with-Less- (#23) Added LESS and created a light mode Co-authored-by: LQ63 <lkhermann@web.de> Reviewed-on: #23 Reviewed-by: Janis <janis-e@gmx.de> Co-authored-by: lq64 <lq@blackhole.local> Co-committed-by: lq64 <lq@blackhole.local>
9 lines
365 B
Scala
9 lines
365 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.typesafe.sbt" % "sbt-less" % "1.1.2")
|