From f4e510b0514de9c3456eca19295be965861e369f Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 19 Jan 2025 17:59:56 +0000 Subject: [PATCH] Update sbt-scoverage to 2.3.0 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 6401216..9362152 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,4 +1,4 @@ -addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.2.2") +addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.3.0") addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.6.4") addSbtPlugin("com.47deg" % "sbt-microsites" % "1.4.3") addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.6.1")