snappy-java/project/plugins.sbt

15 lines
397 B
Plaintext
Raw Normal View History

2014-06-26 06:28:45 +02:00
2015-05-11 18:41:57 +02:00
addSbtPlugin("com.github.gseitz" % "sbt-release" % "1.0.0")
2014-06-26 06:28:45 +02:00
2015-05-11 18:41:57 +02:00
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "0.5.0")
2014-06-26 06:28:45 +02:00
2015-05-11 18:41:57 +02:00
addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.0.0")
2014-06-26 06:28:45 +02:00
addSbtPlugin("de.johoop" % "findbugs4sbt" % "1.3.0")
addSbtPlugin("de.johoop" % "jacoco4sbt" % "2.1.5")
addSbtPlugin("com.typesafe.sbt" % "sbt-osgi" % "0.7.0")
2015-05-18 09:44:49 +02:00
addSbtPlugin("com.etsy" % "sbt-checkstyle-plugin" % "0.4.3")