diff options
| author | Scala Steward | 2020-02-12 03:03:32 +0100 |
|---|---|---|
| committer | GitHub | 2020-02-12 02:03:32 +0000 |
| commit | 357ec734b2f775efcac2819391442b214f03a1ed (patch) | |
| tree | 61de5b8175533952295107bbd544bf6feeaa33db /project | |
| parent | 668db17e269a783e5f0028a545d1c8c47e36d8f4 (diff) | |
Update sbt-scoverage to 1.6.1 (#1335)
Co-authored-by: Jim Lawson <ucbjrl@berkeley.edu>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Diffstat (limited to 'project')
| -rw-r--r-- | project/plugins.sbt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/project/plugins.sbt b/project/plugins.sbt index 444204de..b951b245 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -12,7 +12,7 @@ addSbtPlugin("com.eed3si9n" % "sbt-unidoc" % "0.4.2") addSbtPlugin("org.scalastyle" %% "scalastyle-sbt-plugin" % "1.0.0") -addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.6.0") +addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.6.1") addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.14.10") |
