bigbluebutton-Github/bbb-common-message/project/plugins.sbt

12 lines
380 B
Plaintext
Raw Normal View History

addSbtPlugin("io.spray" % "sbt-revolver" % "0.9.1")
2015-06-10 23:53:07 +08:00
addSbtPlugin("com.typesafe.sbteclipse" % "sbteclipse-plugin" % "5.2.4")
2015-06-10 23:53:07 +08:00
addSbtPlugin("org.scalariform" % "sbt-scalariform" % "1.8.2")
addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.1.2-1")
2015-06-10 23:53:07 +08:00
addSbtPlugin("net.vonbuchholtz" % "sbt-dependency-check" % "0.2.9")
2015-06-10 23:53:07 +08:00
addSbtPlugin("org.scalastyle" %% "scalastyle-sbt-plugin" % "1.0.0")