mirror of
https://github.com/psforever/PSF-LoginServer.git
synced 2026-01-19 18:44:45 +00:00
7 lines
227 B
Scala
7 lines
227 B
Scala
logLevel := Level.Warn
|
|
|
|
addSbtPlugin("org.xerial.sbt" % "sbt-pack" % "0.7.9")
|
|
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.3.5")
|
|
// https://github.com/sbt/sbt-unidoc
|
|
addSbtPlugin("com.eed3si9n" % "sbt-unidoc" % "0.4.2")
|