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

10 lines
315 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("com.jsuereth" % "sbt-pgp" % "1.0.0")
addSbtPlugin("net.vonbuchholtz" % "sbt-dependency-check" % "0.2.7")
2015-06-10 23:53:07 +08:00
addSbtPlugin("org.scalastyle" %% "scalastyle-sbt-plugin" % "1.0.0")