diff options
| author | Scala Steward | 2021-05-11 08:29:45 +0200 |
|---|---|---|
| committer | GitHub | 2021-05-11 06:29:45 +0000 |
| commit | 5f3e196b83b576b190197807ead0e769f0d5e70b (patch) | |
| tree | d59e6937ecb67d35e428b0613103b130d63938c5 | |
| parent | e27850db0a90a13aaea1a15680d93dccb67691da (diff) | |
Update sbt-scoverage to 1.8.0 (#2221)
| -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 b897964c..3b75b958 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -10,7 +10,7 @@ addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.10.0") addSbtPlugin("com.eed3si9n" % "sbt-unidoc" % "0.4.3") -addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.7.3") +addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.8.0") addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.14.10") |
