aboutsummaryrefslogtreecommitdiff
path: root/project
diff options
context:
space:
mode:
authorGuillaume Martres <smarter@ubuntu.com>2016-09-21 17:59:03 +0200
committerGitHub <noreply@github.com>2016-09-21 17:59:03 +0200
commitdae2d644620b150cdf83d001af54f81534f202d4 (patch)
treec022dc4a5225b434019b2c5f06b0341ae4c01420 /project
parenta062bac8923700966a260b3f6d025221dce0b5a7 (diff)
parent07dc2bd552362a081217527d5482428e23dd092c (diff)
downloaddotty-dae2d644620b150cdf83d001af54f81534f202d4.tar.gz
dotty-dae2d644620b150cdf83d001af54f81534f202d4.tar.bz2
dotty-dae2d644620b150cdf83d001af54f81534f202d4.zip
Merge pull request #1529 from dotty-staging/remove/scoverage-sbt-plugin
Remove scoverage sbt plugin
Diffstat (limited to 'project')
-rw-r--r--project/plugins.sbt2
1 files changed, 0 insertions, 2 deletions
diff --git a/project/plugins.sbt b/project/plugins.sbt
index 8ac4d69bf..57bd46581 100644
--- a/project/plugins.sbt
+++ b/project/plugins.sbt
@@ -8,5 +8,3 @@ addSbtPlugin("com.typesafe.sbteclipse" % "sbteclipse-plugin" % "4.0.0")
addSbtPlugin("org.scalastyle" %% "scalastyle-sbt-plugin" % "0.8.0")
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "0.6.8")
-
-addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.3.5")