From 67041f6c859b03d9b8484cbb7f0fb936fb4621b9 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 20 Feb 2024 07:27:26 +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 efb33ab..01fcaee 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.10") // Checks Maven and Ivy repositories for dependency updates addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.6.4")