From 9228ab0ee12da4b61bd9da1ce353345606778a03 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 6 May 2024 02:38:37 +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 30cc621..d459de0 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -3,5 +3,5 @@ addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.1 addSbtPlugin("com.codecommit" % "sbt-github-actions" % "0.14.2") addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.10.1") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.0") -addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.6") +addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.12") addSbtPlugin("io.github.davidgregory084" % "sbt-tpolecat" % "0.4.1")