config/project/plugins.sbt

12 lines
344 B
Plaintext
Raw Normal View History

2013-09-28 01:26:22 +08:00
addSbtPlugin("de.johoop" % "findbugs4sbt" % "1.2.1")
2011-11-09 13:07:21 +08:00
2013-09-28 01:26:22 +08:00
addSbtPlugin("de.johoop" % "jacoco4sbt" % "2.1.1")
2011-11-09 21:47:29 +08:00
2013-09-28 01:26:22 +08:00
addSbtPlugin("com.typesafe.sbt" % "sbt-pgp" % "0.8.1")
2011-11-09 21:47:29 +08:00
2013-09-28 01:26:22 +08:00
addSbtPlugin("com.typesafe.sbt" % "sbt-osgi" % "0.6.0")
resolvers += "jgit-repo" at "http://download.eclipse.org/jgit/maven"
addSbtPlugin("com.typesafe.sbt" % "sbt-git" % "0.6.2")