Skip to content

Instantly share code, notes, and snippets.

@klaeufer
Created December 2, 2021 13:50
Show Gist options
  • Save klaeufer/130a0bf37ac9c1f612e630246adebfd3 to your computer and use it in GitHub Desktop.
Save klaeufer/130a0bf37ac9c1f612e630246adebfd3 to your computer and use it in GitHub Desktop.
addSbtPlugin("com.github.sbt" % "sbt-cpd" % "2.0.0")
addSbtPlugin("com.orrsella" % "sbt-stats" % "1.0.7")
addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.5.1")
addSbtPlugin("org.foundweekends" % "sbt-bintray" % "0.5.1")
addSbtPlugin("org.scalastyle" %% "scalastyle-sbt-plugin" % "1.0.0")
addSbtPlugin("com.github.sbt" % "sbt-findbugs" % "2.0.0")
//dependencyOverrides += "com.puppycrawl.tools" % "checkstyle" % "8.27"
//addSbtPlugin("com.etsy" % "sbt-checkstyle-plugin" % "3.1.1")
//addSbtPlugin("org.wartremover" % "sbt-wartremover" % "2.2.1")
//addSbtPlugin("com.sksamuel.scapegoat" %% "sbt-scapegoat" % "1.0.9")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment