From 1118614a62247114b9ab8f0b5e4100b0e9e6cf68 Mon Sep 17 00:00:00 2001 From: Mark Canlas Date: Thu, 29 Feb 2024 11:00:38 -0500 Subject: [PATCH] sbt scoverage 2.0.11 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 9af24b9..4936c63 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,6 +1,6 @@ addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2") addSbtPlugin("org.typelevel" % "sbt-tpolecat" % "0.5.0") -addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.9") +addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.11") addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.11.1") addSbtPlugin("org.wartremover" % "sbt-wartremover" % "3.1.6") addSbtPlugin("com.github.cb372" % "sbt-explicit-dependencies" % "0.3.1")