From 7ff216d0f8f63946961c5c26ce67f927e6d3a199 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 6 May 2024 08:45:27 +0000 Subject: [PATCH] Update sbt-scoverage to 2.0.12 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index b49a6e4..c18e417 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.12")