From 41c1ee78739edd0c0f00723f12c094b4135493ec Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 5 May 2024 13:16:35 +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 33b039e..eecc997 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,4 +1,4 @@ -addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.8") +addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.12") addSbtPlugin("org.scoverage" % "sbt-coveralls" % "1.3.11")