aboutsummaryrefslogtreecommitdiff
path: root/project
diff options
context:
space:
mode:
authorScala Steward2021-06-01 18:21:09 +0200
committerGitHub2021-06-01 16:21:09 +0000
commita3c45432e3f001af876cad06f5270fa96c310357 (patch)
treea9e2a769a222056409bd230495e64128ee99f6ad /project
parentbf483d064e863e5e5713efa4c0d4cac1988f6c0b (diff)
Update sbt-scoverage to 1.8.1 (#2235)
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Diffstat (limited to 'project')
-rw-r--r--project/plugins.sbt2
1 files changed, 1 insertions, 1 deletions
diff --git a/project/plugins.sbt b/project/plugins.sbt
index ac0e6d61..2f47719a 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.8.0")
+addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.8.1")
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.14.10")