From 6d5a1f4128c7ce8ed57e2559257913731b97e293 Mon Sep 17 00:00:00 2001 From: Francesco Pellegrini Date: Wed, 28 Apr 2021 15:20:46 +0200 Subject: [PATCH] bump sbt-scoverage plugin to 1.7.0 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index f2df778e..83a0dc50 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,5 +1,5 @@ addSbtPlugin("com.github.sbt" % "sbt-release" % "1.0.15") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.2") addSbtPlugin("com.geirsson" % "sbt-ci-release" % "1.5.7") -addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.6.1") +addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.7.0") addSbtPlugin("io.github.davidgregory084" % "sbt-tpolecat" % "0.1.17")