From b41af6affcef1e1066d1cd20c514f6819933bbdc Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 28 May 2021 23:36:07 +0200 Subject: [PATCH] Update sbt-scoverage to 1.8.2 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index b49a6e4..7fdf24f 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1 +1 @@ -addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.6.1") +addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.8.2")