Newer
Older
gitbucket_jkp / project / plugins.sbt
@Scala Steward Scala Steward on 29 May 2021 610 bytes Update sbt-scoverage to 1.8.2 (#2780)
  1. scalacOptions ++= Seq("-unchecked", "-deprecation", "-feature")
  2.  
  3. addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.2")
  4. addSbtPlugin("com.typesafe.sbt" % "sbt-twirl" % "1.5.1")
  5. addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.15.0")
  6. addSbtPlugin("org.scalatra.sbt" % "sbt-scalatra" % "1.0.4")
  7. addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.1.2")
  8. addSbtPlugin("com.typesafe.sbt" % "sbt-license-report" % "1.2.0")
  9. addSbtPlugin("net.virtual-void" % "sbt-dependency-graph" % "0.9.2")
  10. addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.8.2")