PSF-LoginServer/project/plugins.sbt

7 lines
227 B
Text
Raw Normal View History

2016-02-05 03:19:13 -05:00
logLevel := Level.Warn
addSbtPlugin("org.xerial.sbt" % "sbt-pack" % "0.7.9")
2016-07-26 22:31:54 -04:00
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.3.5")
// https://github.com/sbt/sbt-unidoc
addSbtPlugin("com.eed3si9n" % "sbt-unidoc" % "0.4.2")