2015-03-10 04:53:38 +08:00
|
|
|
addSbtPlugin("de.johoop" % "findbugs4sbt" % "1.4.0")
|
2015-02-27 02:01:48 +08:00
|
|
|
addSbtPlugin("de.johoop" % "jacoco4sbt" % "2.1.6")
|
2013-09-28 01:26:22 +08:00
|
|
|
addSbtPlugin("com.typesafe.sbt" % "sbt-pgp" % "0.8.1")
|
|
|
|
addSbtPlugin("com.typesafe.sbt" % "sbt-osgi" % "0.6.0")
|
2015-02-26 12:37:50 +08:00
|
|
|
addSbtPlugin("com.typesafe.sbt" % "sbt-scalariform" % "1.2.1")
|
2014-01-07 01:57:32 +08:00
|
|
|
|
2015-03-07 09:17:39 +08:00
|
|
|
addSbtPlugin("com.etsy" % "sbt-checkstyle-plugin" % "0.4.1")
|
|
|
|
|
2014-01-07 01:57:32 +08:00
|
|
|
resolvers += "jgit-repo" at "http://download.eclipse.org/jgit/maven"
|
|
|
|
addSbtPlugin("com.typesafe.sbt" % "sbt-git" % "0.6.2")
|
2015-01-27 08:26:31 +08:00
|
|
|
addSbtPlugin("com.typesafe.sbt" % "sbt-javaversioncheck" % "0.1.0")
|