12 lines
394 B
Scala
Executable File
12 lines
394 B
Scala
Executable File
addSbtPlugin("io.spray" % "sbt-revolver" % "0.9.1")
|
|
|
|
addSbtPlugin("org.scalariform" % "sbt-scalariform" % "1.8.2")
|
|
|
|
addSbtPlugin("com.typesafe.sbteclipse" % "sbteclipse-plugin" % "2.2.0")
|
|
|
|
addSbtPlugin("com.typesafe.sbt" % "sbt-native-packager" % "1.3.6")
|
|
|
|
addSbtPlugin("net.vonbuchholtz" % "sbt-dependency-check" % "0.2.7")
|
|
|
|
addSbtPlugin("org.scalastyle" %% "scalastyle-sbt-plugin" % "1.0.0")
|