snappy-java/project/plugins.sbt

15 lines
395 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
2016-01-22 10:48:34 +01:00
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "1.1")
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
2015-05-15 04:44:09 +02:00
addSbtPlugin("de.johoop" % "findbugs4sbt" % "1.4.0")
2014-06-26 06:28:45 +02:00
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")