PSF-BotServer/project/plugins.sbt

8 lines
283 B
Text
Raw Normal View History

2016-02-05 03:19:13 -05:00
logLevel := Level.Warn
2020-01-13 17:59:24 -05:00
addSbtPlugin("org.xerial.sbt" % "sbt-pack" % "0.12")
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.6.1")
addSbtPlugin("io.kamon" % "sbt-kanela-runner" % "2.0.6")
// https://github.com/sbt/sbt-unidoc
2020-05-29 19:12:07 -04:00
addSbtPlugin("com.eed3si9n" % "sbt-unidoc" % "0.4.2")