From 310fd0e4928cbd0bb304fe4577b85932c02079f4 Mon Sep 17 00:00:00 2001 From: "scala-steward-geirolz[bot]" <122865766+scala-steward-geirolz[bot]@users.noreply.github.com> Date: Thu, 29 Aug 2024 10:57:20 +0200 Subject: [PATCH] Update sbt-scoverage to 2.1.1 (#331) Co-authored-by: scala-steward <122865766+scala-steward-geirolz[bot]@users.noreply.github.com> Co-authored-by: David Geirola --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index cc8c468..91942be 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,7 +1,7 @@ import sbt.addSbtPlugin addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2") -addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.1.0") +addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.1.1") addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.6.1") addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.5.4") addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.4")