mirror of
https://github.com/lightbend/config.git
synced 2025-01-15 23:01:05 +08:00
12 lines
533 B
Scala
12 lines
533 B
Scala
addSbtPlugin("de.johoop" % "findbugs4sbt" % "1.2.1")
|
|
addSbtPlugin("de.johoop" % "jacoco4sbt" % "2.1.6")
|
|
addSbtPlugin("com.typesafe.sbt" % "sbt-pgp" % "0.8.1")
|
|
addSbtPlugin("com.typesafe.sbt" % "sbt-osgi" % "0.6.0")
|
|
addSbtPlugin("com.typesafe.sbt" % "sbt-scalariform" % "1.2.1")
|
|
|
|
addSbtPlugin("com.etsy" % "sbt-checkstyle-plugin" % "0.4.1")
|
|
|
|
resolvers += "jgit-repo" at "http://download.eclipse.org/jgit/maven"
|
|
addSbtPlugin("com.typesafe.sbt" % "sbt-git" % "0.6.2")
|
|
addSbtPlugin("com.typesafe.sbt" % "sbt-javaversioncheck" % "0.1.0")
|