From 5645f8fe6dca12d6ef1ca2ca3198adcfa17fd2ec Mon Sep 17 00:00:00 2001 From: Alexandre Archambault Date: Fri, 20 Oct 2017 02:48:11 +0200 Subject: [PATCH] Remove scoverage It was unused for now, it may be added back later --- project/plugins.sbt | 1 - 1 file changed, 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 647ce6b66..f5a3a8487 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -7,7 +7,6 @@ plugins_( "com.typesafe.sbt" % "sbt-proguard" % "0.2.3", "com.github.gseitz" % "sbt-release" % "1.0.5", "org.scala-js" % "sbt-scalajs" % "0.6.19", - "org.scoverage" % "sbt-scoverage" % "1.4.0", "io.get-coursier" % "sbt-shading" % coursierVersion, "org.xerial.sbt" % "sbt-sonatype" % "1.1", "com.timushev.sbt" % "sbt-updates" % "0.3.0",