2
0
mirror of https://github.com/VinylDNS/vinyldns synced 2025-08-22 02:02:14 +00:00
vinyldns/project/plugins.sbt

32 lines
921 B
Plaintext
Raw Normal View History

2018-07-27 10:18:29 -04:00
logLevel := Level.Warn
resolvers += "Flyway" at "https://flywaydb.org/repo"
addSbtPlugin("com.thesamet" % "sbt-protoc" % "0.99.18")
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "1.1.0")
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.6.0")
2018-07-27 10:18:29 -04:00
addSbtPlugin("io.spray" % "sbt-revolver" % "0.9.1")
addSbtPlugin("net.virtual-void" % "sbt-dependency-graph" % "0.9.0")
addSbtPlugin("org.wartremover" % "sbt-wartremover" % "2.4.10")
2018-07-27 10:18:29 -04:00
addSbtPlugin("com.typesafe.sbt" % "sbt-native-packager" % "1.3.25")
2018-07-27 10:18:29 -04:00
addSbtPlugin("com.typesafe.sbt" % "sbt-ghpages" % "0.6.3")
2018-07-27 10:18:29 -04:00
addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.5.0")
2018-07-27 10:18:29 -04:00
addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.7.4")
2018-07-27 10:18:29 -04:00
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.3.4")
2018-07-27 10:18:29 -04:00
addSbtPlugin("com.typesafe.sbt" % "sbt-license-report" % "1.2.0")
addSbtPlugin("com.47deg" % "sbt-microsites" % "1.3.4")
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.2.24")