From 1b04b298dc0e20f1a7eb19e13b702157ce3d3cea Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 5 Jun 2023 10:28:24 +0000 Subject: [PATCH] Update sbt-scoverage to 2.0.8 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index b49a6e4..604b256 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1 +1 @@ -addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.6.1") +addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.8")