From 5856a4fabd83a99fb9520abf0591ca6e974ba5b3 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 20 Feb 2024 18:44:03 +0000 Subject: [PATCH] Update sbt-scoverage to 2.0.10 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 47ab27d..63af2f1 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.0.10") addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.14.10")