mirror of
https://github.com/psforever/PSF-LoginServer.git
synced 2026-01-20 02:54:46 +00:00
8 lines
285 B
Scala
8 lines
285 B
Scala
logLevel := Level.Warn
|
|
|
|
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
|
|
//addSbtPlugin("com.eed3si9n" % "sbt-unidoc" % "0.4.2")
|