2018-11-14 19:25:52 +08:00
|
|
|
addSbtPlugin("io.spray" % "sbt-revolver" % "0.9.1")
|
2017-05-13 01:31:18 +08:00
|
|
|
|
2018-11-14 19:25:52 +08:00
|
|
|
addSbtPlugin("com.typesafe.sbteclipse" % "sbteclipse-plugin" % "5.2.4")
|
2017-05-13 01:31:18 +08:00
|
|
|
|
2018-11-14 19:25:52 +08:00
|
|
|
addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.1.1")
|
2017-05-13 01:31:18 +08:00
|
|
|
|
2018-11-14 19:25:52 +08:00
|
|
|
addSbtPlugin("net.vonbuchholtz" % "sbt-dependency-check" % "0.2.8")
|
2017-05-13 01:31:18 +08:00
|
|
|
|
2018-08-06 05:36:56 +08:00
|
|
|
addSbtPlugin("org.scalastyle" %% "scalastyle-sbt-plugin" % "1.0.0")
|