9 lines
451 B
Scala
Executable File
9 lines
451 B
Scala
Executable File
addSbtPlugin("com.github.gseitz" % "sbt-release" % "1.0.3")
|
|
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "1.1")
|
|
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")
|
|
addSbtPlugin("io.get-coursier" % "sbt-coursier" % "1.0.0-M15")
|