From 34a2315b6edc1af871b11a10dbf19930753dbe41 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 11 Oct 2021 13:31:57 +0200 Subject: [PATCH] Update sbt-scoverage to 1.9.1 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index dfaa5a91..354878f4 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,4 +1,4 @@ -addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.9.0") +addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.9.1") addSbtPlugin("com.typesafe.sbt" % "sbt-ghpages" % "0.6.3") addSbtPlugin("com.47deg" % "sbt-microsites" % "1.3.4") addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.2.23")