From f60685117d060d88dbb53cb66162c6d56043eeb6 Mon Sep 17 00:00:00 2001 From: aadrian Date: Mon, 1 May 2017 23:35:29 +0200 Subject: [PATCH] remove sbt-dependency-graph plugin. --- project/plugins.sbt | 1 - 1 file changed, 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 4e3e21af9..0ec8f0051 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -6,4 +6,3 @@ addSbtPlugin("com.earldouglas" % "xsbt-web-plugin" % "2.1.1") addSbtPlugin("fi.gekkio.sbtplugins" % "sbt-jrebel-plugin" % "0.10.0") addSbtPlugin("com.typesafe.sbt" % "sbt-pgp" % "0.8.3") addSbtPlugin("io.get-coursier" % "sbt-coursier" % "1.0.0-M15") -addSbtPlugin("net.virtual-void" % "sbt-dependency-graph" % "0.8.2") \ No newline at end of file