From 1487076cf4fb7cf76a3d51f19259e7d7a1f43080 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 22 Oct 2022 01:07:21 +0000 Subject: [PATCH] Update sbt-scoverage to 2.0.6 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 43571ae..a3633ea 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -6,4 +6,4 @@ addSbtPlugin("org.jmotor.sbt" % "sbt-dependency-updates" % "1.2.2") addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.10") addSbtPlugin("net.virtual-void" % "sbt-dependency-graph" % "0.10.0-RC1") addSbtPlugin("com.lightbend.sbt" % "sbt-javaagent" % "0.1.6") -addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.9.3") +addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.6")