From 4bb97fa44658fe4b553a66c21914cdd78ea98cba Mon Sep 17 00:00:00 2001 From: "Frank S. Thomas" Date: Sat, 26 Aug 2017 08:54:47 +0200 Subject: [PATCH] Remove sbt-ghpages because it is pulled in by sbt-microsites (#1852) sbt-ghpages is a dependency of sbt-microsites and therefore does not need to be listed explicitly as plugin. We have the same situation with tut whose keys we are using in our `build.sbt` but do not explicitly list in `plugins.sbt`. --- project/plugins.sbt | 1 - 1 file changed, 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 551f26a117..500d1b1c1b 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -3,7 +3,6 @@ addSbtPlugin("com.eed3si9n" % "sbt-unidoc" % "0.3.3") addSbtPlugin("com.github.gseitz" % "sbt-release" % "1.0.5") addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.0.0") addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "0.1.17") -addSbtPlugin("com.typesafe.sbt" % "sbt-ghpages" % "0.5.3") addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.2.27") addSbtPlugin("org.scalastyle" % "scalastyle-sbt-plugin" % "0.8.0") addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.5.0")