2015-06-25 23:17:35 -07:00
|
|
|
resolvers += "jgit-repo" at "http://download.eclipse.org/jgit/maven"
|
|
|
|
|
2017-08-23 13:33:22 -07:00
|
|
|
addSbtPlugin("com.typesafe.sbt" % "sbt-ghpages" % "0.6.2")
|
2015-06-25 23:17:35 -07:00
|
|
|
|
2017-12-12 12:43:10 -08:00
|
|
|
addSbtPlugin("com.typesafe.sbt" % "sbt-site" % "1.3.1")
|
2015-08-26 22:38:45 -07:00
|
|
|
|
2017-09-20 17:17:55 -07:00
|
|
|
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.7.0")
|
2016-08-08 19:31:03 -07:00
|
|
|
|
2017-12-12 18:46:51 -08:00
|
|
|
addSbtPlugin("org.xerial.sbt" % "sbt-pack" % "0.9.3")
|
2016-10-06 10:48:11 -07:00
|
|
|
|
2017-08-23 13:33:22 -07:00
|
|
|
addSbtPlugin("com.eed3si9n" % "sbt-unidoc" % "0.4.1")
|
2017-09-20 17:17:55 -07:00
|
|
|
|
|
|
|
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.5.1")
|