PSF-BotServer/project/plugins.sbt

8 lines
283 B
Plaintext
Raw Normal View History

2016-02-05 08:19:13 +00:00
logLevel := Level.Warn
2020-01-13 22:59:24 +00: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 23:12:07 +00:00
addSbtPlugin("com.eed3si9n" % "sbt-unidoc" % "0.4.2")