From 3ad1e19b62754bd984be8223d5308602a0177b03 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 6 May 2024 08:53:50 +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 32dffecc..abb3fd7c 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,5 +1,5 @@ // Enables code coverage -addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.6.0") +addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.12") // Scala auto formatting tool addSbtPlugin("org.scalariform" % "sbt-scalariform" % "1.8.3") // buildinfo