mirror of
https://github.com/psforever/PSF-LoginServer.git
synced 2026-07-16 08:55:18 +00:00
unidon't
This commit is contained in:
parent
1ca17a7e56
commit
61e51b8a19
2 changed files with 2 additions and 2 deletions
|
|
@ -134,7 +134,7 @@ lazy val QuietTest = config("quiet") extend Test
|
||||||
|
|
||||||
lazy val docs = (project in file("docs"))
|
lazy val docs = (project in file("docs"))
|
||||||
.settings(psforeverSettings: _*)
|
.settings(psforeverSettings: _*)
|
||||||
.enablePlugins(ScalaUnidocPlugin)
|
//.enablePlugins(ScalaUnidocPlugin)
|
||||||
.settings(
|
.settings(
|
||||||
name := "psforever"
|
name := "psforever"
|
||||||
)
|
)
|
||||||
|
|
|
||||||
|
|
@ -3,6 +3,6 @@ logLevel := Level.Warn
|
||||||
addSbtPlugin("org.xerial.sbt" % "sbt-pack" % "0.17")
|
addSbtPlugin("org.xerial.sbt" % "sbt-pack" % "0.17")
|
||||||
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.7")
|
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.7")
|
||||||
addSbtPlugin("io.kamon" % "sbt-kanela-runner" % "2.0.14")
|
addSbtPlugin("io.kamon" % "sbt-kanela-runner" % "2.0.14")
|
||||||
addSbtPlugin("com.eed3si9n" % "sbt-unidoc" % "0.4.3")
|
//addSbtPlugin("com.eed3si9n" % "sbt-unidoc" % "0.4.3")
|
||||||
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.0")
|
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.0")
|
||||||
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.10.4")
|
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.10.4")
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue