From 13173a16eb35af45fc1cf6a16a17a674fe8aa219 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 23 Aug 2024 13:51:30 +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 3c5ad510..9beb9b96 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -3,4 +3,4 @@ resolvers ++= Seq( "Sonatype snapshots" at "https://oss.sonatype.org/content/repositories/snapshots/" ) -addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.1.0") +addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.1.1")