diff options
| author | Albert Magyar | 2020-07-14 11:14:36 -0700 |
|---|---|---|
| committer | Albert Magyar | 2020-07-14 12:55:35 -0700 |
| commit | 82956e47b6348cad8776e01e37ba6ed74a6c750d (patch) | |
| tree | 3358aba87c0f407e683905586350e8c1c1314c22 /project | |
| parent | 596b766639cff559e52dd51c1b7c0e3f6f58e11d (diff) | |
Remove scalastyle configs from repository
* Drop plugin
* Drop make recipe
Diffstat (limited to 'project')
| -rw-r--r-- | project/plugins.sbt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/project/plugins.sbt b/project/plugins.sbt index 61aca888..357bfa67 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -10,8 +10,6 @@ addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.9.0") addSbtPlugin("com.eed3si9n" % "sbt-unidoc" % "0.4.3") -addSbtPlugin("org.scalastyle" %% "scalastyle-sbt-plugin" % "1.0.0") - addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.6.1") addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.14.10") |
