15 lines
397 B
Scala
Executable File
15 lines
397 B
Scala
Executable File
|
|
addSbtPlugin("com.github.gseitz" % "sbt-release" % "1.0.0")
|
|
|
|
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "0.5.0")
|
|
|
|
addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.0.0")
|
|
|
|
addSbtPlugin("de.johoop" % "findbugs4sbt" % "1.4.0")
|
|
|
|
addSbtPlugin("de.johoop" % "jacoco4sbt" % "2.1.5")
|
|
|
|
addSbtPlugin("com.typesafe.sbt" % "sbt-osgi" % "0.7.0")
|
|
|
|
addSbtPlugin("com.etsy" % "sbt-checkstyle-plugin" % "0.4.3")
|