From 741243a94ddc1c4e031ff123e7974ee180f9369d Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 23 Aug 2024 15:09:39 +0000 Subject: [PATCH] Update sbt-scoverage to 2.1.1 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 90dda222..df4aeb6b 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,4 +1,4 @@ addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.6.1") addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.10.0") -addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.1.0") +addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.1.1") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")