From 31976b7cb18502129a06bd2c4dc21d5e6d7f5d6f Mon Sep 17 00:00:00 2001
From: Scala Steward <scala_steward@virtuslab.com>
Date: Tue, 7 May 2024 19:14:48 +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 fd4dcd40..aa51c4c4 100644
--- a/project/plugins.sbt
+++ b/project/plugins.sbt
@@ -1,7 +1,7 @@
 logLevel := Level.Warn
 
 addSbtPlugin("com.timushev.sbt"  % "sbt-updates"   % "0.6.4")
-addSbtPlugin("org.scoverage"     % "sbt-scoverage" % "2.0.7")
+addSbtPlugin("org.scoverage"     % "sbt-scoverage" % "2.0.12")
 addSbtPlugin("org.xerial.sbt"    % "sbt-sonatype"  % "3.9.18")
 addSbtPlugin("com.github.sbt"    % "sbt-pgp"       % "2.2.1")
 addSbtPlugin("com.github.sbt"    % "sbt-release"   % "1.1.0")