From f863067f24f97eff881433bf3ba0cdaeb1f586a0 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 6 May 2024 01:36:54 +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 efb33ab..ef37e61 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -5,7 +5,7 @@ addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2") addSbtPlugin("io.spray" % "sbt-revolver" % "0.10.0") // Enables test coverage analysis -addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.9") +addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.12") // Checks Maven and Ivy repositories for dependency updates addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.6.4")