From 6154b60709ed9cb8a7562ec6ac2ff795c099e42c Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 8 Sep 2023 20:23:54 +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 fcf787451..b7558813a 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -16,7 +16,7 @@ addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.13.2") addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.4.14") -addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.8") +addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.9") addSbtPlugin("org.typelevel" % "sbt-typelevel-mergify" % "0.4.22")