2018-11-28 14:45:49 -05:00
|
|
|
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.14.8")
|
2016-01-04 15:10:19 -06:00
|
|
|
|
2018-11-28 14:45:49 -05:00
|
|
|
addSbtPlugin("com.typesafe.sbt" % "sbt-native-packager" % "1.3.14")
|
2016-01-04 15:10:19 -06:00
|
|
|
|
2019-01-10 09:07:18 -06:00
|
|
|
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.6.0-M5")
|
2016-02-26 12:34:58 -06:00
|
|
|
|
2018-11-28 14:45:49 -05:00
|
|
|
addSbtPlugin("org.scoverage" % "sbt-coveralls" % "1.2.7")
|
2016-05-07 11:29:38 -05:00
|
|
|
|
2018-12-09 13:43:31 -06:00
|
|
|
addSbtPlugin("net.virtual-void" % "sbt-dependency-graph" % "0.9.2")
|
|
|
|
|
2018-12-14 13:09:53 -06:00
|
|
|
addSbtPlugin("com.lucidchart" % "sbt-scalafmt" % "1.15")
|
|
|
|
|
|
|
|
addSbtPlugin("org.foundweekends" % "sbt-bintray" % "0.5.4")
|
|
|
|
|
|
|
|
addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.1.1")
|
2019-01-18 13:34:27 +01:00
|
|
|
|
|
|
|
// sbt plugin to unify scaladoc/javadoc across multiple projects
|
|
|
|
addSbtPlugin("com.eed3si9n" % "sbt-unidoc" % "0.4.2")
|
|
|
|
|
|
|
|
// make static site through sbt
|
|
|
|
addSbtPlugin("com.typesafe.sbt" % "sbt-site" % "1.3.2")
|
|
|
|
|
|
|
|
// publish said site to GitHub pages
|
|
|
|
addSbtPlugin("com.typesafe.sbt" % "sbt-ghpages" % "0.6.2")
|
2019-01-21 13:36:39 +01:00
|
|
|
|
|
|
|
// ensure proper linkage across libraries in Scaladoc
|
|
|
|
addSbtPlugin(
|
|
|
|
"com.thoughtworks.sbt-api-mappings" % "sbt-api-mappings" % "latest.release")
|
2019-01-23 10:23:05 -06:00
|
|
|
|
|
|
|
addSbtPlugin("com.typesafe.sbt" % "sbt-git" % "0.9.3")
|