From 393fc634e5632d23524f3f763509dc5c155dfc0c Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 15 Jan 2024 17:11:02 +0000 Subject: [PATCH] Update sbt-scoverage to 2.0.9 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 20ba095df..778e113bc 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -3,7 +3,7 @@ addSbtPlugin("com.typesafe.sbt" % "sbt-site" % "1.4.1") addSbtPlugin("com.github.sbt" % "sbt-ghpages" % "0.7.0") addSbtPlugin("org.typelevel" % "sbt-typelevel-ci-release" % "0.6.5") addSbtPlugin("org.typelevel" % "sbt-typelevel-mergify" % "0.6.5") -addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.9.3") +addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.9") addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.6.2") addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.7") addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.10.0")