From 57b5ecdbdb95ac0d16801ef94483aa2c7aa40988 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 22 Aug 2024 03:13:08 +0000 Subject: [PATCH] Update sbt-scoverage to 2.1.1 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 47ab27d..d40422a 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,2 +1,2 @@ -addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.6.1") +addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.1.1") addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.14.10")