From 4dcbf94c0b446867a72ff8c5d3212474d89821c7 Mon Sep 17 00:00:00 2001 From: Matt Hicks Date: Wed, 17 Apr 2024 08:17:38 -0500 Subject: [PATCH] Removed scoverage plugin --- project/plugins.sbt | 2 -- 1 file changed, 2 deletions(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 70ee4cf8..569bbd0c 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -14,8 +14,6 @@ addSbtPlugin("org.scalastyle" %% "scalastyle-sbt-plugin" % "1.0.0") addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.7") -addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.11") - addSbtPlugin("com.github.sbt" % "sbt-git" % "2.0.1") addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.6.4") \ No newline at end of file