2018-08-06 05:36:56 +08:00
|
|
|
addSbtPlugin("io.spray" % "sbt-revolver" % "0.9.1")
|
2015-05-12 06:25:11 +08:00
|
|
|
|
2018-11-08 21:53:00 +08:00
|
|
|
addSbtPlugin("com.typesafe.sbteclipse" % "sbteclipse-plugin" % "5.2.4")
|
2015-05-12 06:25:11 +08:00
|
|
|
|
2018-11-08 21:53:00 +08:00
|
|
|
addSbtPlugin("org.scalariform" % "sbt-scalariform" % "1.8.2")
|
2015-06-09 05:05:05 +08:00
|
|
|
|
2018-12-17 03:18:37 +08:00
|
|
|
addSbtPlugin("com.typesafe.sbt" % "sbt-native-packager" % "1.3.15")
|
2018-08-06 05:36:56 +08:00
|
|
|
|
2018-12-17 03:18:37 +08:00
|
|
|
addSbtPlugin("net.vonbuchholtz" % "sbt-dependency-check" % "0.2.9")
|
2018-08-06 05:36:56 +08:00
|
|
|
|
|
|
|
addSbtPlugin("org.scalastyle" %% "scalastyle-sbt-plugin" % "1.0.0")
|