From 85d29d83874f4a0a42433976a5d2a52a5a70d52e Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Mon, 8 Jun 2020 07:48:42 +0200 Subject: [PATCH] Update sbt-scoverage to 1.6.1 (#272) * Update sbt-scoverage to 1.6.1 * Update sbt-scoverage to 1.6.1 Co-authored-by: Paul Campbell --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 8b1c7ea..b9afe7a 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -2,4 +2,4 @@ addSbtPlugin("ch.epfl.scala" % "sbt-bloop" % "1.4.1") addSbtPlugin("com.geirsson" % "sbt-ci-release" % "1.5.3") addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.9.0") addSbtPlugin("org.wartremover" % "sbt-wartremover" % "2.4.9") -addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.6.0") +addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.6.1")