13 lines
339 B
Scala
Executable File
13 lines
339 B
Scala
Executable File
|
|
addSbtPlugin("com.github.gseitz" % "sbt-release" % "0.7.1")
|
|
|
|
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "0.2.1")
|
|
|
|
addSbtPlugin("com.typesafe.sbt" % "sbt-pgp" % "0.8.3")
|
|
|
|
addSbtPlugin("de.johoop" % "findbugs4sbt" % "1.3.0")
|
|
|
|
addSbtPlugin("de.johoop" % "jacoco4sbt" % "2.1.5")
|
|
|
|
addSbtPlugin("com.typesafe.sbt" % "sbt-osgi" % "0.7.0")
|