mirror of
https://github.com/psforever/PSF-LoginServer.git
synced 2026-01-19 18:44:45 +00:00
9 lines
405 B
Scala
9 lines
405 B
Scala
logLevel := Level.Warn
|
|
|
|
addSbtPlugin("org.xerial.sbt" % "sbt-pack" % "0.17")
|
|
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.7")
|
|
addSbtPlugin("io.kamon" % "sbt-kanela-runner" % "2.0.14")
|
|
//addSbtPlugin("com.eed3si9n" % "sbt-unidoc" % "0.4.3")
|
|
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.0")
|
|
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.10.4")
|